#D7CACA

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

Shades of Very Light Grey #D7CACA

Tints of Very Light Grey #D7CACA

Color information

#D7CACA (or 0xD7CACA) is unknown color: approx Very Light Grey. HEX triplet: D7, CA and CA. RGB value is (215,202,202). Sum of RGB (Red+Green+Blue) = 215+202+202=619 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.73% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CACA is #283535. Grayscale: #CDCDCD. Windows color (decimal): -2635062 or 13290199. OLE color: 13290199.

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

Color convert

RGB215202202-
CMYK00.060.060.16
HSL13.98%81.76%-
HSV(B)6.05%84.31%-
XYZ59.8160.9564.49-
YUV205.89125.81134.5-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.73%
GREEN value IS 202 (79.30% from 255) = 32.63%
BLUE value IS 202 (79.30% from 255) = 32.63%
R=34.73%
G=32.63%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520220200.060.060.16013.9881.76
HexD7CACA066100e52
Octal32731231206620016122
Binary110101111100101011001010011011010000011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CACA; }

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

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

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

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

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

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

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

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