Shades of Frostee #DDF0CA
Tints of Frostee #DDF0CA
RGB
CMYK
RGB Variations
Color information
#DDF0CA (or 0xDDF0CA) is known color: Frostee. HEX triplet: DD, F0 and CA. RGB value is (221,240,202). Sum of RGB (Red+Green+Blue) = 221+240+202=663 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.33% from 663); Green value is 240 (94.14% from 255 or 36.20% from 663); Blue value is 202 (79.30% from 255 or 30.47% from 663); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF0CA is #220F35. Grayscale: #E6E6E6. Windows color (decimal): -2232118 or 13299933. OLE color: 13299933.
HSL color Cylindrical-coordinate representation of color #DDF0CA: hue angle of 90º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDF0CA is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 202 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.06 |
| HSL | 90º | 0.56% | 0.87% | - |
| HSV(B) | 90º | 0.16% | 0.94% | - |
| XYZ | 71.64 | 81.96 | 67.92 | - |
| YUV | 229.99 | 112.21 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 202 | 0.08 | 0 | 0.16 | 0.06 | 90 | 0.56 | 0.87 |
| Hex | DD | F0 | CA | 8 | 0 | 10 | 6 | 5A | 38 | 57 |
| Octal | 335 | 360 | 312 | 10 | 0 | 20 | 6 | 132 | 70 | 127 |
| Binary | 11011101 | 11110000 | 11001010 | 1000 | 0 | 10000 | 110 | 1011010 | 111000 | 1010111 |
Color Harmonies of #DDF0CA
Complementary color
Monochromatic Colors of #DDF0CA
Black with #DDF0CA
Text Example
Text Example
White with #DDF0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF0CA; }
p { color: rgb(221,240,202); }
H1.HeaderClassName
{
color: #DDF0CA;
}
.AnyTagClassName
{
color: #DDF0CA;
}
</style>
background-color css
<style>
a { background-color: #DDF0CA; }
a { background-color: rgb(221,240,202); }
div.DivClassName
{
background-color: #DDF0CA;
}
.BgClassName
{
background-color: #DDF0CA;
}
</style>
border-color css
<style>
span { border-color: #DDF0CA; }
span { border-color: rgb(221,240,202); }
td.TdClassName
{
border-color: #DDF0CA;
}
.TagClassName
{
border-color: #DDF0CA;
}
</style>