Color Hex Logo

#dbcee4 Color Hex

#DBCEE4
(219,206,228)
0 Favorites   0 Comments

Color spaces of #dbcee4

RGB 219206228
HSL0.770.290.85
HSV275°10°89°
CMYK 0.040.100.00   0.11
XYZ65.288364.804182.4662
Yxy64.80410.30720.3049
Hunter Lab80.50103.8912-4.3867
CIE-Lab84.38278.4823-9.2328

#dbcee4 color RGB value is (219,206,228).

#dbcee4 hex color red value is 219, green value is 206 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #dbcee4 hue: 0.77 , saturation: 0.29 and the lightness value of dbcee4 is 0.85.

The process color (four color CMYK) of #dbcee4 color hex is 0.04, 0.10, 0.00, 0.11. Web safe color of #dbcee4 is #cccccc. Color #dbcee4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001110 11100100
Octal 333 316 344
Decimal 219 206 228
Hex DB CE E4

RGB Percentages of Color #dbcee4

%33.54
%31.55
%34.92

CMYK Percentages of Color #dbcee4

%4
%10
%0
%11

Triadic Colors of #dbcee4

#dbcee4 #e4dbce #cee4db

Analogous Colors of #dbcee4

#dbcee4 #e4cee2 #d0cee4

Monochromatic Colors of #dbcee4

#dbcee4

Complementary Color

#dbcee4 #d7e4ce

#dbcee4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcee4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcee4 Color CSS Codes

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

#dbcee4 Text Font Color

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

This sample text font color is #dbcee4
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.


#dbcee4 Background Color

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

This div background color is #dbcee4


#dbcee4 Border Color

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

This div border color is #dbcee4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcee4


Comments

No comments written yet.

Please login to write comment.