#DEEFD5

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

Shades of Hint Of Green #DEEFD5

Tints of Hint Of Green #DEEFD5

Color information

#DEEFD5 (or 0xDEEFD5) is unknown color: approx Hint Of Green. HEX triplet: DE, EF and D5. RGB value is (222,239,213). Sum of RGB (Red+Green+Blue) = 222+239+213=674 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.94% from 674); Green value is 239 (93.75% from 255 or 35.46% from 674); Blue value is 213 (83.59% from 255 or 31.60% from 674); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEFD5 is #21102A. Grayscale: #E7E7E7. Windows color (decimal): -2166827 or 14020574. OLE color: 14020574.

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

Color convert

RGB222239213-
CMYK0.0700.110.06
HSL99.23º44.83%88.63%-
HSV(B)99.23º10.88%93.73%-
XYZ7382.0774.94-
YUV230.95117.87121.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.94%
GREEN value IS 239 (93.75% from 255) = 35.46%
BLUE value IS 213 (83.59% from 255) = 31.60%
R=32.94%
G=35.46%
B=31.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2222392130.0700.110.0699.2344.8388.63
HexDEEFD570B6632d59
Octal3363573257013614355131
Binary1101111011101111110101011110101111011000111011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEFD5; }

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

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

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

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

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

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

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

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