#DEEAD5

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

Shades of Frostee #DEEAD5

Tints of Frostee #DEEAD5

Color information

#DEEAD5 (or 0xDEEAD5) is unknown color: approx Frostee. HEX triplet: DE, EA and D5. RGB value is (222,234,213). Sum of RGB (Red+Green+Blue) = 222+234+213=669 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.18% from 669); Green value is 234 (91.80% from 255 or 34.98% from 669); Blue value is 213 (83.59% from 255 or 31.84% from 669); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEAD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEAD5 is #21152A. Grayscale: #E4E4E4. Windows color (decimal): -2168107 or 14019294. OLE color: 14019294.

HSL color Cylindrical-coordinate representation of color #DEEAD5: hue angle of 94.29º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEEAD5 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB222234213-
CMYK0.0500.090.08
HSL94.29º33.33%87.65%-
HSV(B)94.29º8.97%91.76%-
XYZ71.5679.1874.46-
YUV228.02119.52123.71-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.18%
GREEN value IS 234 (91.80% from 255) = 34.98%
BLUE value IS 213 (83.59% from 255) = 31.84%
R=33.18%
G=34.98%
B=31.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2222342130.0500.090.0894.2933.3387.65
HexDEEAD550985e2158
Octal33635232550111013641130
Binary11011110111010101101010110101001100010111101000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEAD5; }

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

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

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

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

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

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

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

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