#D8CCCC

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

Shades of Light Grey #D8CCCC

Tints of Light Grey #D8CCCC

Color information

#D8CCCC (or 0xD8CCCC) is unknown color: approx Light Grey. HEX triplet: D8, CC and CC. RGB value is (216,204,204). Sum of RGB (Red+Green+Blue) = 216+204+204=624 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.62% from 624); Green value is 204 (80.08% from 255 or 32.69% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CCCC is #273333. Grayscale: #CFCFCF. Windows color (decimal): -2569012 or 13421784. OLE color: 13421784.

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

Color convert

RGB216204204-
CMYK00.060.060.15
HSL13.33%82.35%-
HSV(B)5.56%84.71%-
XYZ60.8162.1465.92-
YUV207.59125.98134-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.62%
GREEN value IS 204 (80.08% from 255) = 32.69%
BLUE value IS 204 (80.08% from 255) = 32.69%
R=34.62%
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.15
SystemRedGreenBlueCMYKHSL
Decimal21620420400.060.060.15013.3382.35
HexD8CCCC066F0d52
Octal33031431406617015122
Binary11011000110011001100110001101101111011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CCCC; }

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

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

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

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

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

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

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

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