Shades of Frostee #DFEDD4
Tints of Frostee #DFEDD4
RGB
CMYK
RGB Variations
Color information
#DFEDD4 (or 0xDFEDD4) is known color: Frostee. HEX triplet: DF, ED and D4. RGB value is (223,237,212). Sum of RGB (Red+Green+Blue) = 223+237+212=672 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.18% from 672); Green value is 237 (92.97% from 255 or 35.27% from 672); Blue value is 212 (83.20% from 255 or 31.55% from 672); Max value from RGB is 237 - color contains mainly: green. Hex color #DFEDD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEDD4 is #20122B. Grayscale: #E6E6E6. Windows color (decimal): -2101804 or 13954527. OLE color: 13954527.
HSL color Cylindrical-coordinate representation of color #DFEDD4: hue angle of 93.6º degrees, saturation: 0.41, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFEDD4 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 237 | 212 | - |
CMYK | 0.06 | 0 | 0.11 | 0.07 |
HSL | 93.6º | 0.41% | 0.88% | - |
HSV(B) | 93.6º | 0.11% | 0.93% | - |
XYZ | 72.6 | 81.01 | 74.1 | - |
YUV | 229.96 | 117.86 | 123.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 237 | 212 | 0.06 | 0 | 0.11 | 0.07 | 93.6 | 0.41 | 0.88 |
Hex | DF | ED | D4 | 6 | 0 | B | 7 | 5E | 29 | 58 |
Octal | 337 | 355 | 324 | 6 | 0 | 13 | 7 | 136 | 51 | 130 |
Binary | 11011111 | 11101101 | 11010100 | 110 | 0 | 1011 | 111 | 1011110 | 101001 | 1011000 |
Color Harmonies of #DFEDD4
Complementary color
Monochromatic Colors of #DFEDD4
Black with #DFEDD4
Text Example
Text Example
White with #DFEDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEDD4; }
p { color: rgb(223,237,212); }
H1.HeaderClassName
{
color: #DFEDD4;
}
.AnyTagClassName
{
color: #DFEDD4;
}
</style>
background-color css
<style>
a { background-color: #DFEDD4; }
a { background-color: rgb(223,237,212); }
div.DivClassName
{
background-color: #DFEDD4;
}
.BgClassName
{
background-color: #DFEDD4;
}
</style>
border-color css
<style>
span { border-color: #DFEDD4; }
span { border-color: rgb(223,237,212); }
td.TdClassName
{
border-color: #DFEDD4;
}
.TagClassName
{
border-color: #DFEDD4;
}
</style>