#DEDFD0

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

Shades of Green White #DEDFD0

Tints of Green White #DEDFD0

Color information

#DEDFD0 (or 0xDEDFD0) is unknown color: approx Green White. HEX triplet: DE, DF and D0. RGB value is (222,223,208). Sum of RGB (Red+Green+Blue) = 222+223+208=653 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.00% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 208 (81.64% from 255 or 31.85% from 653); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDFD0 is #21202F. Grayscale: #DDDDDD. Windows color (decimal): -2170928 or 13688798. OLE color: 13688798.

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

Color convert

RGB222223208-
CMYK0.0000.070.13
HSL64º18.99%84.51%-
HSV(B)64º6.73%87.45%-
XYZ67.972.8670.16-
YUV220.99120.67128.72-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.00%
GREEN value IS 223 (87.5% from 255) = 34.15%
BLUE value IS 208 (81.64% from 255) = 31.85%
R=34.00%
G=34.15%
B=31.85%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222232080.0000.070.136418.9984.51
HexDEDFD0007D401355
Octal3363373200071510023125
Binary1101111011011111110100000011111011000000100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDFD0; }

 p { color: rgb(222,223,208); }

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

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

 a { background-color: rgb(222,223,208); }

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

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

 span { border-color: rgb(222,223,208); }

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