#D8D8CD

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

Shades of Green White #D8D8CD

Tints of Green White #D8D8CD

Color information

#D8D8CD (or 0xD8D8CD) is unknown color: approx Green White. HEX triplet: D8, D8 and CD. RGB value is (216,216,205). Sum of RGB (Red+Green+Blue) = 216+216+205=637 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.91% from 637); Green value is 216 (84.77% from 255 or 33.91% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 216 - color contains mainly: red, green. Hex color #D8D8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D8CD is #272732. Grayscale: #D6D6D6. Windows color (decimal): -2565939 or 13490392. OLE color: 13490392.

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

Color convert

RGB216216205-
CMYK000.050.15
HSL60º12.36%82.55%-
HSV(B)60º5.09%84.71%-
XYZ63.8968.1267.54-
YUV214.75122.5128.89-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.91%
GREEN value IS 216 (84.77% from 255) = 33.91%
BLUE value IS 205 (80.47% from 255) = 32.18%
R=33.91%
G=33.91%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216216205000.050.156012.3682.55
HexD8D8CD005F3cc53
Octal330330315005177414123
Binary11011000110110001100110100101111111110011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D8CD; }

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

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

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

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

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

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

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

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