#D6CACA

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

Shades of Very Light Grey #D6CACA

Tints of Very Light Grey #D6CACA

Color information

#D6CACA (or 0xD6CACA) is unknown color: approx Very Light Grey. HEX triplet: D6, CA and CA. RGB value is (214,202,202). Sum of RGB (Red+Green+Blue) = 214+202+202=618 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.63% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CACA is #293535. Grayscale: #CDCDCD. Windows color (decimal): -2700598 or 13290198. OLE color: 13290198.

HSL color Cylindrical-coordinate representation of color #D6CACA: hue angle of 0º degrees, saturation: 0.13, 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 #D6CACA is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB214202202-
CMYK00.060.060.16
HSL12.77%81.57%-
HSV(B)5.61%83.92%-
XYZ59.5160.864.48-
YUV205.59125.98134-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.63%
GREEN value IS 202 (79.30% from 255) = 32.69%
BLUE value IS 202 (79.30% from 255) = 32.69%
R=34.63%
G=32.69%
B=32.69%

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
Decimal21420220200.060.060.16012.7781.57
HexD6CACA066100d52
Octal32631231206620015122
Binary110101101100101011001010011011010000011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CACA; }

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

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

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

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

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

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

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

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