Color Hex Logo

#dbccda Color Hex

#DBCCDA
(219,204,218)
0 Favorites   0 Comments

Color spaces of #dbccda

RGB 219204218
HSL0.840.170.83
HSV304°86°
CMYK 0.000.070.00   0.14
XYZ63.461263.307875.2045
Yxy63.30780.31420.3134
Hunter Lab79.56623.1290-0.3435
CIE-Lab83.60417.6841-5.0589

#dbccda color RGB value is (219,204,218).

#dbccda hex color red value is 219, green value is 204 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #dbccda hue: 0.84 , saturation: 0.17 and the lightness value of dbccda is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001100 11011010
Octal 333 314 332
Decimal 219 204 218
Hex DB CC DA

RGB Percentages of Color #dbccda

%34.17
%31.83
%34.01

CMYK Percentages of Color #dbccda

%0
%7
%0
%14

Triadic Colors of #dbccda

#dbccda #dadbcc #ccdadb

Analogous Colors of #dbccda

#dbccda #dbccd3 #d5ccdb

Monochromatic Colors of #dbccda

#dbccda

Complementary Color

#dbccda #ccdbcd

#dbccda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbccda Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbccda Color CSS Codes

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

#dbccda Text Font Color

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

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


#dbccda Background Color

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

This div background color is #dbccda


#dbccda Border Color

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

This div border color is #dbccda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbccda


Comments

No comments written yet.

Please login to write comment.