#D6C8C8

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

Shades of Very Light Grey #D6C8C8

Tints of Very Light Grey #D6C8C8

Color information

#D6C8C8 (or 0xD6C8C8) is unknown color: approx Very Light Grey. HEX triplet: D6, C8 and C8. RGB value is (214,200,200). Sum of RGB (Red+Green+Blue) = 214+200+200=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 200 (78.52% from 255 or 32.57% from 614); Blue value is 200 (78.52% from 255 or 32.57% from 614); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C8C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C8C8 is #293737. Grayscale: #CCCCCC. Windows color (decimal): -2701112 or 13158614. OLE color: 13158614.

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

Color convert

RGB214200200-
CMYK00.070.070.16
HSL14.58%81.18%-
HSV(B)6.54%83.92%-
XYZ58.8159.7763.08-
YUV204.19125.64135-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.85%
GREEN value IS 200 (78.52% from 255) = 32.57%
BLUE value IS 200 (78.52% from 255) = 32.57%
R=34.85%
G=32.57%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420020000.070.070.16014.5881.18
HexD6C8C8077100f51
Octal32631031007720017121
Binary110101101100100011001000011111110000011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C8C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C8C8; }

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

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

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

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

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

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

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

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