#DEECB7

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

Shades of Frost #DEECB7

Tints of Frost #DEECB7

Color information

#DEECB7 (or 0xDEECB7) is unknown color: approx Frost. HEX triplet: DE, EC and B7. RGB value is (222,236,183). Sum of RGB (Red+Green+Blue) = 222+236+183=641 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.63% from 641); Green value is 236 (92.58% from 255 or 36.82% from 641); Blue value is 183 (71.88% from 255 or 28.55% from 641); Max value from RGB is 236 - color contains mainly: green. Hex color #DEECB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEECB7 is #211348. Grayscale: #E1E1E1. Windows color (decimal): -2167625 or 12053726. OLE color: 12053726.

HSL color Cylindrical-coordinate representation of color #DEECB7: hue angle of 75.85º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEECB7 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB222236183-
CMYK0.0600.220.07
HSL75.85º58.24%82.16%-
HSV(B)75.85º22.46%92.55%-
XYZ68.6778.9456.42-
YUV225.77103.86125.31-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.63%
GREEN value IS 236 (92.58% from 255) = 36.82%
BLUE value IS 183 (71.88% from 255) = 28.55%
R=34.63%
G=36.82%
B=28.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222361830.0600.220.0775.8558.2482.16
HexDEECB7601674c3a52
Octal3363542676026711472122
Binary11011110111011001011011111001011011110011001110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEECB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEECB7; }

 p { color: rgb(222,236,183); }

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

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

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

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

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

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

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