Color Hex Logo

#dbccd7 Color Hex

#DBCCD7
(219,204,215)
0 Favorites   0 Comments

Color spaces of #dbccd7

RGB 219204215
HSL0.880.170.83
HSV316°86°
CMYK 0.000.070.02   0.14
XYZ63.072063.152173.1553
Yxy63.15210.31630.3167
Hunter Lab79.46832.60151.0478
CIE-Lab83.52237.1411-3.5793

#dbccd7 color RGB value is (219,204,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001100 11010111
Octal 333 314 327
Decimal 219 204 215
Hex DB CC D7

RGB Percentages of Color #dbccd7

%34.33
%31.97
%33.70

CMYK Percentages of Color #dbccd7

%0
%7
%2
%14

Triadic Colors of #dbccd7

#dbccd7 #d7dbcc #ccd7db

Analogous Colors of #dbccd7

#dbccd7 #dbccd0 #d8ccdb

Monochromatic Colors of #dbccd7

#dbccd7

Complementary Color

#dbccd7 #ccdbd0

#dbccd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbccd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbccd7 Color CSS Codes

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

#dbccd7 Text Font Color

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

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


#dbccd7 Background Color

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

This div background color is #dbccd7


#dbccd7 Border Color

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

This div border color is #dbccd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbccd7

#dbccd7 Color Palettes


Comments

No comments written yet.

Please login to write comment.