#D9CACD

Color #D9CACD Prim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prim #D9CACD

Tints of Prim #D9CACD

Color information

#D9CACD (or 0xD9CACD) is unknown color: approx Prim. HEX triplet: D9, CA and CD. RGB value is (217,202,205). Sum of RGB (Red+Green+Blue) = 217+202+205=624 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.78% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CACD is #263532. Grayscale: #CECECE. Windows color (decimal): -2503987 or 13486809. OLE color: 13486809.

HSL color Cylindrical-coordinate representation of color #D9CACD: hue angle of 348º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D9CACD is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB217202205-
CMYK00.070.060.15
HSL348º16.48%82.16%-
HSV(B)348º6.91%85.1%-
XYZ60.7661.466.41-
YUV206.83126.97135.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 34.78%
GREEN value IS 202 (79.30% from 255) = 32.37%
BLUE value IS 205 (80.47% from 255) = 32.85%
R=34.78%
G=32.37%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720220500.070.060.1534816.4882.16
HexD9CACD076F15c1052
Octal3313123150761753420122
Binary11011001110010101100110101111101111101011100100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CACD; }

 p { color: rgb(217,202,205); }

 H1.HeaderClassName
 {
   color: #D9CACD;
 }
 .AnyTagClassName
 {
   color: #D9CACD;
 }
</style>
background-color css

<style>
 a { background-color: #D9CACD; }

 a { background-color: rgb(217,202,205); }

 div.DivClassName
 {
   background-color: #D9CACD;
 }
 .BgClassName
 {
   background-color: #D9CACD;
 }
</style>
border-color css

<style>
 span { border-color: #D9CACD; }

 span { border-color: rgb(217,202,205); }

 td.TdClassName
 {
   border-color: #D9CACD;
 }
 .TagClassName
 {
   border-color: #D9CACD;
 }
</style>