#D8CCCB

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

Shades of Very Light Grey #D8CCCB

Tints of Very Light Grey #D8CCCB

Color information

#D8CCCB (or 0xD8CCCB) is unknown color: approx Very Light Grey. HEX triplet: D8, CC and CB. RGB value is (216,204,203). Sum of RGB (Red+Green+Blue) = 216+204+203=623 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.67% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CCCB is #273334. Grayscale: #CFCFCF. Windows color (decimal): -2569013 or 13356248. OLE color: 13356248.

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

Color convert

RGB216204203-
CMYK00.060.060.15
HSL4.62º14.29%82.16%-
HSV(B)4.62º6.02%84.71%-
XYZ60.6962.165.29-
YUV207.47125.48134.08-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.67%
GREEN value IS 204 (80.08% from 255) = 32.74%
BLUE value IS 203 (79.69% from 255) = 32.58%
R=34.67%
G=32.74%
B=32.58%

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
Decimal21620420300.060.060.154.6214.2982.16
HexD8CCCB066F5e52
Octal33031431306617516122
Binary1101100011001100110010110110110111110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CCCB; }

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

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

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

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

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

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

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

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