Shades of Frostee #DEEAD3
Tints of Frostee #DEEAD3
RGB
CMYK
RGB Variations
Color information
#DEEAD3 (or 0xDEEAD3) is known color: Frostee. HEX triplet: DE, EA and D3. RGB value is (222,234,211). Sum of RGB (Red+Green+Blue) = 222+234+211=667 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.28% from 667); Green value is 234 (91.80% from 255 or 35.08% from 667); Blue value is 211 (82.81% from 255 or 31.63% from 667); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEAD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEAD3 is #21152C. Grayscale: #E3E3E3. Windows color (decimal): -2168109 or 13888222. OLE color: 13888222.
HSL color Cylindrical-coordinate representation of color #DEEAD3: hue angle of 91.3º degrees, saturation: 0.35, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEEAD3 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
RGB | 222 | 234 | 211 | - |
CMYK | 0.05 | 0 | 0.10 | 0.08 |
HSL | 91.3º | 0.35% | 0.87% | - |
HSV(B) | 91.3º | 0.1% | 0.92% | - |
XYZ | 71.3 | 79.08 | 73.13 | - |
YUV | 227.79 | 118.52 | 123.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 234 | 211 | 0.05 | 0 | 0.10 | 0.08 | 91.3 | 0.35 | 0.87 |
Hex | DE | EA | D3 | 5 | 0 | A | 8 | 5B | 23 | 57 |
Octal | 336 | 352 | 323 | 5 | 0 | 12 | 10 | 133 | 43 | 127 |
Binary | 11011110 | 11101010 | 11010011 | 101 | 0 | 1010 | 1000 | 1011011 | 100011 | 1010111 |
Color Harmonies of #DEEAD3
Complementary color
Monochromatic Colors of #DEEAD3
Black with #DEEAD3
Text Example
Text Example
White with #DEEAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEAD3; }
p { color: rgb(222,234,211); }
H1.HeaderClassName
{
color: #DEEAD3;
}
.AnyTagClassName
{
color: #DEEAD3;
}
</style>
background-color css
<style>
a { background-color: #DEEAD3; }
a { background-color: rgb(222,234,211); }
div.DivClassName
{
background-color: #DEEAD3;
}
.BgClassName
{
background-color: #DEEAD3;
}
</style>
border-color css
<style>
span { border-color: #DEEAD3; }
span { border-color: rgb(222,234,211); }
td.TdClassName
{
border-color: #DEEAD3;
}
.TagClassName
{
border-color: #DEEAD3;
}
</style>