#DEEFD6

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

Shades of Hint Of Green #DEEFD6

Tints of Hint Of Green #DEEFD6

Color information

#DEEFD6 (or 0xDEEFD6) is unknown color: approx Hint Of Green. HEX triplet: DE, EF and D6. RGB value is (222,239,214). Sum of RGB (Red+Green+Blue) = 222+239+214=675 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.89% from 675); Green value is 239 (93.75% from 255 or 35.41% from 675); Blue value is 214 (83.98% from 255 or 31.70% from 675); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEFD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEFD6 is #211029. Grayscale: #E7E7E7. Windows color (decimal): -2166826 or 14086110. OLE color: 14086110.

HSL color Cylindrical-coordinate representation of color #DEEFD6: hue angle of 100.8º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEEFD6 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB222239214-
CMYK0.0700.100.06
HSL100.8º43.86%88.82%-
HSV(B)100.8º10.46%93.73%-
XYZ73.1382.1275.61-
YUV231.07118.37121.53-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.89%
GREEN value IS 239 (93.75% from 255) = 35.41%
BLUE value IS 214 (83.98% from 255) = 31.70%
R=32.89%
G=35.41%
B=31.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2222392140.0700.100.06100.843.8688.82
HexDEEFD670A6652c59
Octal3363573267012614554131
Binary1101111011101111110101101110101011011001011011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEFD6; }

 p { color: rgb(222,239,214); }

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

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

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

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

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

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

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