Color Hex Logo

#dbcbe0 Color Hex

#DBCBE0
(219,203,224)
0 Favorites   0 Comments

Color spaces of #dbcbe0

RGB 219203224
HSL0.790.250.84
HSV286°88°
CMYK 0.020.090.00   0.12
XYZ64.023963.153879.3365
Yxy63.15380.31000.3058
Hunter Lab79.46944.7358-3.5623
CIE-Lab83.52329.3203-8.3786

#dbcbe0 color RGB value is (219,203,224).

#dbcbe0 hex color red value is 219, green value is 203 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #dbcbe0 hue: 0.79 , saturation: 0.25 and the lightness value of dbcbe0 is 0.84.

The process color (four color CMYK) of #dbcbe0 color hex is 0.02, 0.09, 0.00, 0.12. Web safe color of #dbcbe0 is #cccccc. Color #dbcbe0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001011 11100000
Octal 333 313 340
Decimal 219 203 224
Hex DB CB E0

RGB Percentages of Color #dbcbe0

%33.90
%31.42
%34.67

CMYK Percentages of Color #dbcbe0

%2
%9
%0
%12

Triadic Colors of #dbcbe0

#dbcbe0 #e0dbcb #cbe0db

Analogous Colors of #dbcbe0

#dbcbe0 #e0cbdb #d1cbe0

Monochromatic Colors of #dbcbe0

#dbcbe0

Complementary Color

#dbcbe0 #d0e0cb

#dbcbe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcbe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcbe0 Color CSS Codes

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

#dbcbe0 Text Font Color

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

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


#dbcbe0 Background Color

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

This div background color is #dbcbe0


#dbcbe0 Border Color

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

This div border color is #dbcbe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcbe0


Comments

No comments written yet.

Please login to write comment.