#D9CACA

Color #D9CACA Very Light Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Very Light Grey #D9CACA

Tints of Very Light Grey #D9CACA

Color information

#D9CACA (or 0xD9CACA) is unknown color: approx Very Light Grey. HEX triplet: D9, CA and CA. RGB value is (217,202,202). Sum of RGB (Red+Green+Blue) = 217+202+202=621 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.94% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CACA is #263535. Grayscale: #CECECE. Windows color (decimal): -2503990 or 13290201. OLE color: 13290201.

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

Color convert

RGB217202202-
CMYK00.070.070.15
HSL16.48%82.16%-
HSV(B)6.91%85.1%-
XYZ60.461.2664.52-
YUV206.48125.47135.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.94%
GREEN value IS 202 (79.30% from 255) = 32.53%
BLUE value IS 202 (79.30% from 255) = 32.53%
R=34.94%
G=32.53%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720220200.070.070.15016.4882.16
HexD9CACA077F01052
Octal33131231207717020122
Binary110110011100101011001010011111111110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CACA; }

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

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

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

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

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

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

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

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