#D9CACC

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

Shades of Prim #D9CACC

Tints of Prim #D9CACC

Color information

#D9CACC (or 0xD9CACC) is unknown color: approx Prim. HEX triplet: D9, CA and CC. RGB value is (217,202,204). Sum of RGB (Red+Green+Blue) = 217+202+204=623 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.83% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CACC is #263533. Grayscale: #CECECE. Windows color (decimal): -2503988 or 13421273. OLE color: 13421273.

HSL color Cylindrical-coordinate representation of color #D9CACC: hue angle of 352º 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 #D9CACC is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB217202204-
CMYK00.070.060.15
HSL352º16.48%82.16%-
HSV(B)352º6.91%85.1%-
XYZ60.6361.3565.77-
YUV206.71126.47135.34-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.83%
GREEN value IS 202 (79.30% from 255) = 32.42%
BLUE value IS 204 (80.08% from 255) = 32.74%
R=34.83%
G=32.42%
B=32.74%

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
Decimal21720220400.070.060.1535216.4882.16
HexD9CACC076F1601052
Octal3313123140761754020122
Binary11011001110010101100110001111101111101100000100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CACC; }

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

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

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

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

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

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

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

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