#D9D9CD

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

Shades of Green White #D9D9CD

Tints of Green White #D9D9CD

Color information

#D9D9CD (or 0xD9D9CD) is unknown color: approx Green White. HEX triplet: D9, D9 and CD. RGB value is (217,217,205). Sum of RGB (Red+Green+Blue) = 217+217+205=639 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.96% from 639); Green value is 217 (85.16% from 255 or 33.96% from 639); Blue value is 205 (80.47% from 255 or 32.08% from 639); Max value from RGB is 217 - color contains mainly: red, green. Hex color #D9D9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D9CD is #262632. Grayscale: #D7D7D7. Windows color (decimal): -2500147 or 13490649. OLE color: 13490649.

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

Color convert

RGB217217205-
CMYK000.060.15
HSL60º13.64%82.75%-
HSV(B)60º5.53%85.1%-
XYZ64.4568.7967.64-
YUV215.63122128.98-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.96%
GREEN value IS 217 (85.16% from 255) = 33.96%
BLUE value IS 205 (80.47% from 255) = 32.08%
R=33.96%
G=33.96%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217217205000.060.156013.6482.75
HexD9D9CD006F3ce53
Octal331331315006177416123
Binary11011001110110011100110100110111111110011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D9CD; }

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

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

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

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

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

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

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

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