Color Hex Logo

#dbaecc Color Hex

#DBAECC
(219,174,204)
0 Favorites   0 Comments

Color spaces of #dbaecc

RGB 219174204
HSL0.890.380.77
HSV320°21°86°
CMYK 0.000.210.07   0.14
XYZ55.248649.691863.8063
Yxy49.69180.32740.2945
Hunter Lab70.492416.5381-4.3217
CIE-Lab75.879721.2501-8.9517

#dbaecc color RGB value is (219,174,204).

#dbaecc hex color red value is 219, green value is 174 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dbaecc hue: 0.89 , saturation: 0.38 and the lightness value of dbaecc is 0.77.

The process color (four color CMYK) of #dbaecc color hex is 0.00, 0.21, 0.07, 0.14. Web safe color of #dbaecc is #cc99cc. Color #dbaecc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 11001100
Octal 333 256 314
Decimal 219 174 204
Hex DB AE CC

RGB Percentages of Color #dbaecc

%36.68
%29.15
%34.17

CMYK Percentages of Color #dbaecc

%0
%21
%7
%14

Triadic Colors of #dbaecc

#dbaecc #ccdbae #aeccdb

Analogous Colors of #dbaecc

#dbaecc #dbaeb6 #d4aedb

Monochromatic Colors of #dbaecc

#dbaecc

Complementary Color

#dbaecc #aedbbd

#dbaecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaecc Color CSS Codes

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

#dbaecc Text Font Color

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

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


#dbaecc Background Color

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

This div background color is #dbaecc


#dbaecc Border Color

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

This div border color is #dbaecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaecc


Comments

No comments written yet.

Please login to write comment.