Shades of Frostee #DDF0CC
Tints of Frostee #DDF0CC
RGB
CMYK
RGB Variations
Color information
#DDF0CC (or 0xDDF0CC) is known color: Frostee. HEX triplet: DD, F0 and CC. RGB value is (221,240,204). Sum of RGB (Red+Green+Blue) = 221+240+204=665 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.23% from 665); Green value is 240 (94.14% from 255 or 36.09% from 665); Blue value is 204 (80.08% from 255 or 30.68% from 665); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF0CC is #220F33. Grayscale: #E6E6E6. Windows color (decimal): -2232116 or 13431005. OLE color: 13431005.
HSL color Cylindrical-coordinate representation of color #DDF0CC: hue angle of 91.67º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDF0CC is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
RGB | 221 | 240 | 204 | - |
CMYK | 0.08 | 0 | 0.15 | 0.06 |
HSL | 91.67º | 0.55% | 0.87% | - |
HSV(B) | 91.67º | 0.15% | 0.94% | - |
XYZ | 71.88 | 82.05 | 69.18 | - |
YUV | 230.22 | 113.21 | 121.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 240 | 204 | 0.08 | 0 | 0.15 | 0.06 | 91.67 | 0.55 | 0.87 |
Hex | DD | F0 | CC | 8 | 0 | F | 6 | 5C | 37 | 57 |
Octal | 335 | 360 | 314 | 10 | 0 | 17 | 6 | 134 | 67 | 127 |
Binary | 11011101 | 11110000 | 11001100 | 1000 | 0 | 1111 | 110 | 1011100 | 110111 | 1010111 |
Color Harmonies of #DDF0CC
Complementary color
Monochromatic Colors of #DDF0CC
Black with #DDF0CC
Text Example
Text Example
White with #DDF0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF0CC; }
p { color: rgb(221,240,204); }
H1.HeaderClassName
{
color: #DDF0CC;
}
.AnyTagClassName
{
color: #DDF0CC;
}
</style>
background-color css
<style>
a { background-color: #DDF0CC; }
a { background-color: rgb(221,240,204); }
div.DivClassName
{
background-color: #DDF0CC;
}
.BgClassName
{
background-color: #DDF0CC;
}
</style>
border-color css
<style>
span { border-color: #DDF0CC; }
span { border-color: rgb(221,240,204); }
td.TdClassName
{
border-color: #DDF0CC;
}
.TagClassName
{
border-color: #DDF0CC;
}
</style>