Color Hex Logo

#dbaecf Color Hex

#DBAECF
(219,174,207)
0 Favorites   0 Comments

Color spaces of #dbaecf

RGB 219174207
HSL0.880.380.77
HSV316°21°86°
CMYK 0.000.210.05   0.14
XYZ55.612049.837265.7200
Yxy49.83720.32490.2912
Hunter Lab70.595517.0724-5.7785
CIE-Lab75.969221.7771-10.4541

#dbaecf color RGB value is (219,174,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 11001111
Octal 333 256 317
Decimal 219 174 207
Hex DB AE CF

RGB Percentages of Color #dbaecf

%36.50
%29.00
%34.50

CMYK Percentages of Color #dbaecf

%0
%21
%5
%14

Triadic Colors of #dbaecf

#dbaecf #cfdbae #aecfdb

Analogous Colors of #dbaecf

#dbaecf #dbaeb9 #d1aedb

Monochromatic Colors of #dbaecf

#dbaecf

Complementary Color

#dbaecf #aedbba

#dbaecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaecf Color CSS Codes

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

#dbaecf Text Font Color

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

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


#dbaecf Background Color

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

This div background color is #dbaecf


#dbaecf Border Color

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

This div border color is #dbaecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaecf


Comments

No comments written yet.

Please login to write comment.