#D5CACC

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

Shades of Prim #D5CACC

Tints of Prim #D5CACC

Color information

#D5CACC (or 0xD5CACC) is unknown color: approx Prim. HEX triplet: D5, CA and CC. RGB value is (213,202,204). Sum of RGB (Red+Green+Blue) = 213+202+204=619 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.41% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CACC is #2A3533. Grayscale: #CDCDCD. Windows color (decimal): -2766132 or 13421269. OLE color: 13421269.

HSL color Cylindrical-coordinate representation of color #D5CACC: hue angle of 349.09º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D5CACC is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB213202204-
CMYK00.050.040.16
HSL349.09º11.58%81.37%-
HSV(B)349.09º5.16%83.53%-
XYZ59.4660.7565.72-
YUV205.52127.14133.34-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.41%
GREEN value IS 202 (79.30% from 255) = 32.63%
BLUE value IS 204 (80.08% from 255) = 32.96%
R=34.41%
G=32.63%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320220400.050.040.16349.0911.5881.37
HexD5CACC0541015dc51
Octal3253123140542053514121
Binary11010101110010101100110001011001000010101110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CACC; }

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

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

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

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

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

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

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

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