#DEEDB7

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

Shades of Frost #DEEDB7

Tints of Frost #DEEDB7

Color information

#DEEDB7 (or 0xDEEDB7) is unknown color: approx Frost. HEX triplet: DE, ED and B7. RGB value is (222,237,183). Sum of RGB (Red+Green+Blue) = 222+237+183=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 237 (92.97% from 255 or 36.92% from 642); Blue value is 183 (71.88% from 255 or 28.50% from 642); Max value from RGB is 237 - color contains mainly: green. Hex color #DEEDB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEDB7 is #211248. Grayscale: #E2E2E2. Windows color (decimal): -2167369 or 12053982. OLE color: 12053982.

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

Color convert

RGB222237183-
CMYK0.0600.230.07
HSL76.67º60%82.35%-
HSV(B)76.67º22.78%92.94%-
XYZ68.9679.5256.51-
YUV226.36103.53124.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.58%
GREEN value IS 237 (92.97% from 255) = 36.92%
BLUE value IS 183 (71.88% from 255) = 28.50%
R=34.58%
G=36.92%
B=28.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222371830.0600.230.0776.676082.35
HexDEEDB7601774d3c52
Octal3363552676027711574122
Binary11011110111011011011011111001011111110011011111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEDB7; }

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

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

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

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

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

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

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

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