#DEDCCE

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

Shades of Green White #DEDCCE

Tints of Green White #DEDCCE

Color information

#DEDCCE (or 0xDEDCCE) is unknown color: approx Green White. HEX triplet: DE, DC and CE. RGB value is (222,220,206). Sum of RGB (Red+Green+Blue) = 222+220+206=648 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.26% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 206 (80.86% from 255 or 31.79% from 648); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDCCE is #212331. Grayscale: #DBDBDB. Windows color (decimal): -2171698 or 13556958. OLE color: 13556958.

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

Color convert

RGB222220206-
CMYK00.010.070.13
HSL52.5º19.51%83.92%-
HSV(B)52.5º7.21%87.06%-
XYZ66.8671.1768.61-
YUV219120.66130.14-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.26%
GREEN value IS 220 (86.33% from 255) = 33.95%
BLUE value IS 206 (80.86% from 255) = 31.79%
R=34.26%
G=33.95%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22222020600.010.070.1352.519.5183.92
HexDEDCCE017D341454
Octal336334316017156424124
Binary110111101101110011001110011111101110100101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDCCE; }

 p { color: rgb(222,220,206); }

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

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

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

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

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

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

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