Color Hex Logo

#dbcae1 Color Hex

#DBCAE1
(219,202,225)
0 Favorites   0 Comments

Color spaces of #dbcae1

RGB 219202225
HSL0.790.280.84
HSV284°10°88°
CMYK 0.030.100.00   0.12
XYZ63.924662.737479.9745
Yxy62.73740.30940.3036
Hunter Lab79.20695.4477-4.4197
CIE-Lab83.304010.0385-9.2377

#dbcae1 color RGB value is (219,202,225).

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

The process color (four color CMYK) of #dbcae1 color hex is 0.03, 0.10, 0.00, 0.12. Web safe color of #dbcae1 is #cccccc. Color #dbcae1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001010 11100001
Octal 333 312 341
Decimal 219 202 225
Hex DB CA E1

RGB Percentages of Color #dbcae1

%33.90
%31.27
%34.83

CMYK Percentages of Color #dbcae1

%3
%10
%0
%12

Triadic Colors of #dbcae1

#dbcae1 #e1dbca #cae1db

Analogous Colors of #dbcae1

#dbcae1 #e1cadc #d0cae1

Monochromatic Colors of #dbcae1

#dbcae1

Complementary Color

#dbcae1 #d0e1ca

#dbcae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcae1 Color CSS Codes

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

#dbcae1 Text Font Color

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

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


#dbcae1 Background Color

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

This div background color is #dbcae1


#dbcae1 Border Color

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

This div border color is #dbcae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcae1


Comments

No comments written yet.

Please login to write comment.