#D2CACC

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

Shades of Prim #D2CACC

Tints of Prim #D2CACC

Color information

#D2CACC (or 0xD2CACC) is unknown color: approx Prim. HEX triplet: D2, CA and CC. RGB value is (210,202,204). Sum of RGB (Red+Green+Blue) = 210+202+204=616 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.09% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CACC is #2D3533. Grayscale: #CCCCCC. Windows color (decimal): -2962740 or 13421266. OLE color: 13421266.

HSL color Cylindrical-coordinate representation of color #D2CACC: hue angle of 345º degrees, saturation: 0.08, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D2CACC is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB210202204-
CMYK00.040.030.18
HSL345º8.16%80.78%-
HSV(B)345º3.81%82.35%-
XYZ58.660.365.68-
YUV204.62127.65131.84-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.09%
GREEN value IS 202 (79.30% from 255) = 32.79%
BLUE value IS 204 (80.08% from 255) = 33.12%
R=34.09%
G=32.79%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020220400.040.030.183458.1680.78
HexD2CACC04312159851
Octal3223123140432253110121
Binary1101001011001010110011000100111001010101100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CACC; }

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

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

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

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

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

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

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

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