Shades of Frostee #DEEBD4
Tints of Frostee #DEEBD4
RGB
CMYK
RGB Variations
Color information
#DEEBD4 (or 0xDEEBD4) is known color: Frostee. HEX triplet: DE, EB and D4. RGB value is (222,235,212). Sum of RGB (Red+Green+Blue) = 222+235+212=669 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.18% from 669); Green value is 235 (92.19% from 255 or 35.13% from 669); Blue value is 212 (83.20% from 255 or 31.69% from 669); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEBD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEBD4 is #21142B. Grayscale: #E4E4E4. Windows color (decimal): -2167852 or 13954014. OLE color: 13954014.
HSL color Cylindrical-coordinate representation of color #DEEBD4: hue angle of 93.91º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEEBD4 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 235 | 212 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.08 |
| HSL | 93.91º | 0.37% | 0.88% | - |
| HSV(B) | 93.91º | 0.1% | 0.92% | - |
| XYZ | 71.72 | 79.7 | 73.89 | - |
| YUV | 228.49 | 118.69 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 235 | 212 | 0.06 | 0 | 0.10 | 0.08 | 93.91 | 0.37 | 0.88 |
| Hex | DE | EB | D4 | 6 | 0 | A | 8 | 5E | 25 | 58 |
| Octal | 336 | 353 | 324 | 6 | 0 | 12 | 10 | 136 | 45 | 130 |
| Binary | 11011110 | 11101011 | 11010100 | 110 | 0 | 1010 | 1000 | 1011110 | 100101 | 1011000 |
Color Harmonies of #DEEBD4
Complementary color
Monochromatic Colors of #DEEBD4
Black with #DEEBD4
Text Example
Text Example
White with #DEEBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEBD4; }
p { color: rgb(222,235,212); }
H1.HeaderClassName
{
color: #DEEBD4;
}
.AnyTagClassName
{
color: #DEEBD4;
}
</style>
background-color css
<style>
a { background-color: #DEEBD4; }
a { background-color: rgb(222,235,212); }
div.DivClassName
{
background-color: #DEEBD4;
}
.BgClassName
{
background-color: #DEEBD4;
}
</style>
border-color css
<style>
span { border-color: #DEEBD4; }
span { border-color: rgb(222,235,212); }
td.TdClassName
{
border-color: #DEEBD4;
}
.TagClassName
{
border-color: #DEEBD4;
}
</style>