#DEEDD1

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

Shades of Frostee #DEEDD1

Tints of Frostee #DEEDD1

Color information

#DEEDD1 (or 0xDEEDD1) is unknown color: approx Frostee. HEX triplet: DE, ED and D1. RGB value is (222,237,209). Sum of RGB (Red+Green+Blue) = 222+237+209=668 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.23% from 668); Green value is 237 (92.97% from 255 or 35.48% from 668); Blue value is 209 (82.03% from 255 or 31.29% from 668); Max value from RGB is 237 - color contains mainly: green. Hex color #DEEDD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEDD1 is #21122E. Grayscale: #E5E5E5. Windows color (decimal): -2167343 or 13757918. OLE color: 13757918.

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

Color convert

RGB222237209-
CMYK0.0600.120.07
HSL92.14º43.75%87.45%-
HSV(B)92.14º11.81%92.94%-
XYZ71.9280.772.11-
YUV229.32116.53122.78-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.23%
GREEN value IS 237 (92.97% from 255) = 35.48%
BLUE value IS 209 (82.03% from 255) = 31.29%
R=33.23%
G=35.48%
B=31.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222372090.0600.120.0792.1443.7587.45
HexDEEDD160C75c2c57
Octal3363553216014713454127
Binary1101111011101101110100011100110011110111001011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEDD1; }

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

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

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

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

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

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

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

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