#DEEAD1

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

Shades of Frostee #DEEAD1

Tints of Frostee #DEEAD1

Color information

#DEEAD1 (or 0xDEEAD1) is unknown color: approx Frostee. HEX triplet: DE, EA and D1. RGB value is (222,234,209). Sum of RGB (Red+Green+Blue) = 222+234+209=665 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.38% from 665); Green value is 234 (91.80% from 255 or 35.19% from 665); Blue value is 209 (82.03% from 255 or 31.43% from 665); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEAD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEAD1 is #21152E. Grayscale: #E3E3E3. Windows color (decimal): -2168111 or 13757150. OLE color: 13757150.

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

Color convert

RGB222234209-
CMYK0.0500.110.08
HSL88.8º37.31%86.86%-
HSV(B)88.8º10.68%91.76%-
XYZ71.0678.9871.82-
YUV227.56117.52124.03-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.38%
GREEN value IS 234 (91.80% from 255) = 35.19%
BLUE value IS 209 (82.03% from 255) = 31.43%
R=33.38%
G=35.19%
B=31.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2222342090.0500.110.0888.837.3186.86
HexDEEAD150B8592557
Octal33635232150131013145127
Binary11011110111010101101000110101011100010110011001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEAD1; }

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

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

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

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

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

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

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

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