Shades of Frostee #DDF3C6
Tints of Frostee #DDF3C6
RGB
CMYK
RGB Variations
Color information
#DDF3C6 (or 0xDDF3C6) is known color: Frostee. HEX triplet: DD, F3 and C6. RGB value is (221,243,198). Sum of RGB (Red+Green+Blue) = 221+243+198=662 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.38% from 662); Green value is 243 (95.31% from 255 or 36.71% from 662); Blue value is 198 (77.73% from 255 or 29.91% from 662); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF3C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF3C6 is #220C39. Grayscale: #E7E7E7. Windows color (decimal): -2231354 or 13038557. OLE color: 13038557.
HSL color Cylindrical-coordinate representation of color #DDF3C6: hue angle of 89.33º degrees, saturation: 0.65, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDF3C6 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 198 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.05 |
| HSL | 89.33º | 0.65% | 0.86% | - |
| HSV(B) | 89.33º | 0.19% | 0.95% | - |
| XYZ | 72.06 | 83.55 | 65.75 | - |
| YUV | 231.29 | 109.21 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 198 | 0.09 | 0 | 0.19 | 0.05 | 89.33 | 0.65 | 0.86 |
| Hex | DD | F3 | C6 | 9 | 0 | 13 | 5 | 59 | 41 | 56 |
| Octal | 335 | 363 | 306 | 11 | 0 | 23 | 5 | 131 | 101 | 126 |
| Binary | 11011101 | 11110011 | 11000110 | 1001 | 0 | 10011 | 101 | 1011001 | 1000001 | 1010110 |
Color Harmonies of #DDF3C6
Complementary color
Monochromatic Colors of #DDF3C6
Black with #DDF3C6
Text Example
Text Example
White with #DDF3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF3C6; }
p { color: rgb(221,243,198); }
H1.HeaderClassName
{
color: #DDF3C6;
}
.AnyTagClassName
{
color: #DDF3C6;
}
</style>
background-color css
<style>
a { background-color: #DDF3C6; }
a { background-color: rgb(221,243,198); }
div.DivClassName
{
background-color: #DDF3C6;
}
.BgClassName
{
background-color: #DDF3C6;
}
</style>
border-color css
<style>
span { border-color: #DDF3C6; }
span { border-color: rgb(221,243,198); }
td.TdClassName
{
border-color: #DDF3C6;
}
.TagClassName
{
border-color: #DDF3C6;
}
</style>