#DEDEC4

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

Shades of Green White #DEDEC4

Tints of Green White #DEDEC4

Color information

#DEDEC4 (or 0xDEDEC4) is unknown color: approx Green White. HEX triplet: DE, DE and C4. RGB value is (222,222,196). Sum of RGB (Red+Green+Blue) = 222+222+196=640 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.69% from 640); Green value is 222 (87.11% from 255 or 34.69% from 640); Blue value is 196 (76.95% from 255 or 30.62% from 640); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDEC4 is #21213B. Grayscale: #DBDBDB. Windows color (decimal): -2171196 or 12902110. OLE color: 12902110.

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

Color convert

RGB222222196-
CMYK000.120.13
HSL60º28.26%81.96%-
HSV(B)60º11.71%87.06%-
XYZ66.2171.7662.59-
YUV219.04115130.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.69%
GREEN value IS 222 (87.11% from 255) = 34.69%
BLUE value IS 196 (76.95% from 255) = 30.62%
R=34.69%
G=34.69%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222222196000.120.136028.2681.96
HexDEDEC400CD3c1c52
Octal3363363040014157434122
Binary1101111011011110110001000011001101111100111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDEC4; }

 p { color: rgb(222,222,196); }

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

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

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

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

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

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

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