#D8D8CB

Color #D8D8CB Green White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green White #D8D8CB

Tints of Green White #D8D8CB

Color information

#D8D8CB (or 0xD8D8CB) is unknown color: approx Green White. HEX triplet: D8, D8 and CB. RGB value is (216,216,203). Sum of RGB (Red+Green+Blue) = 216+216+203=635 (84% of max value = 765). Red value is 216 (84.77% from 255 or 34.02% from 635); Green value is 216 (84.77% from 255 or 34.02% from 635); Blue value is 203 (79.69% from 255 or 31.97% from 635); Max value from RGB is 216 - color contains mainly: red, green. Hex color #D8D8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D8CB is #272734. Grayscale: #D6D6D6. Windows color (decimal): -2565941 or 13359320. OLE color: 13359320.

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

Color convert

RGB216216203-
CMYK000.060.15
HSL60º14.29%82.16%-
HSV(B)60º6.02%84.71%-
XYZ63.6568.0266.27-
YUV214.52121.5129.06-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.02%
GREEN value IS 216 (84.77% from 255) = 34.02%
BLUE value IS 203 (79.69% from 255) = 31.97%
R=34.02%
G=34.02%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216216203000.060.156014.2982.16
HexD8D8CB006F3ce52
Octal330330313006177416122
Binary11011000110110001100101100110111111110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D8CB; }

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

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

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

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

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

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

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

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