#D7C8C8

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

Shades of Very Light Grey #D7C8C8

Tints of Very Light Grey #D7C8C8

Color information

#D7C8C8 (or 0xD7C8C8) is unknown color: approx Very Light Grey. HEX triplet: D7, C8 and C8. RGB value is (215,200,200). Sum of RGB (Red+Green+Blue) = 215+200+200=615 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.96% from 615); Green value is 200 (78.52% from 255 or 32.52% from 615); Blue value is 200 (78.52% from 255 or 32.52% from 615); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C8C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C8C8 is #283737. Grayscale: #CCCCCC. Windows color (decimal): -2635576 or 13158615. OLE color: 13158615.

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

Color convert

RGB215200200-
CMYK00.070.070.16
HSL15.79%81.37%-
HSV(B)6.98%84.31%-
XYZ59.159.9363.1-
YUV204.48125.47135.5-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.96%
GREEN value IS 200 (78.52% from 255) = 32.52%
BLUE value IS 200 (78.52% from 255) = 32.52%
R=34.96%
G=32.52%
B=32.52%

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
Decimal21520020000.070.070.16015.7981.37
HexD7C8C80771001051
Octal32731031007720020121
Binary1101011111001000110010000111111100000100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C8C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C8C8; }

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

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

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

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

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

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

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

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