Color Hex Logo

#dbceee Color Hex

#DBCEEE
(219,206,238)
0 Favorites   0 Comments

Color spaces of #dbceee

RGB 219206238
HSL0.730.480.87
HSV264°13°93°
CMYK 0.080.130.00   0.07
XYZ66.717365.375789.9913
Yxy65.37570.30040.2944
Hunter Lab80.85525.7917-9.3907
CIE-Lab84.677010.4093-14.1100

#dbceee color RGB value is (219,206,238).

#dbceee hex color red value is 219, green value is 206 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dbceee hue: 0.73 , saturation: 0.48 and the lightness value of dbceee is 0.87.

The process color (four color CMYK) of #dbceee color hex is 0.08, 0.13, 0.00, 0.07. Web safe color of #dbceee is #ccccff. Color #dbceee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001110 11101110
Octal 333 316 356
Decimal 219 206 238
Hex DB CE EE

RGB Percentages of Color #dbceee

%33.03
%31.07
%35.90

CMYK Percentages of Color #dbceee

%8
%13
%0
%7

Triadic Colors of #dbceee

#dbceee #eedbce #ceeedb

Analogous Colors of #dbceee

#dbceee #ebceee #ced1ee

Monochromatic Colors of #dbceee

#dbceee

Complementary Color

#dbceee #e1eece

#dbceee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbceee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbceee Color CSS Codes

.mybgcolor {background-color:#dbceee; } 
.myforecolor {color:#dbceee; }
.mybordercolor {border:3px solid #dbceee; }

#dbceee Text Font Color

<p style="color:#dbceee">Text here</p>

This sample text font color is #dbceee
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dbceee Background Color

<div style="background-color:#dbceee">
Div content here</div>

This div background color is #dbceee


#dbceee Border Color

<div style="border:3px solid #dbceee">
Div here</div>

This div border color is #dbceee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,206,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbceee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbceee;
  -webkit-box-shadow: 1px 1px 3px 2px #dbceee;
  box-shadow:         1px 1px 3px 2px #dbceee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,206,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dbceee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dbceee;
  -webkit-box-shadow: 1px 1px 3px 2px #dbceee;
  box-shadow:         1px 1px 3px 2px #dbceee;">
Div content here</div>

This div box has shadow with color #dbceee


Comments

No comments written yet.

Please login to write comment.