#D7CCCC

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

Shades of Very Light Grey #D7CCCC

Tints of Very Light Grey #D7CCCC

Color information

#D7CCCC (or 0xD7CCCC) is unknown color: approx Very Light Grey. HEX triplet: D7, CC and CC. RGB value is (215,204,204). Sum of RGB (Red+Green+Blue) = 215+204+204=623 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.51% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CCCC is #283333. Grayscale: #CFCFCF. Windows color (decimal): -2634548 or 13421783. OLE color: 13421783.

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

Color convert

RGB215204204-
CMYK00.050.050.16
HSL12.09%82.16%-
HSV(B)5.12%84.31%-
XYZ60.5261.9965.9-
YUV207.29126.14133.5-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.51%
GREEN value IS 204 (80.08% from 255) = 32.74%
BLUE value IS 204 (80.08% from 255) = 32.74%
R=34.51%
G=32.74%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520420400.050.050.16012.0982.16
HexD7CCCC055100c52
Octal32731431405520014122
Binary110101111100110011001100010110110000011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CCCC; }

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

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

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

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

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

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

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

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