Shades of Frostee #DDF4C8
Tints of Frostee #DDF4C8
RGB
CMYK
RGB Variations
Color information
#DDF4C8 (or 0xDDF4C8) is known color: Frostee. HEX triplet: DD, F4 and C8. RGB value is (221,244,200). Sum of RGB (Red+Green+Blue) = 221+244+200=665 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.23% from 665); Green value is 244 (95.70% from 255 or 36.69% from 665); Blue value is 200 (78.52% from 255 or 30.08% from 665); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF4C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF4C8 is #220B37. Grayscale: #E8E8E8. Windows color (decimal): -2231096 or 13169885. OLE color: 13169885.
HSL color Cylindrical-coordinate representation of color #DDF4C8: hue angle of 91.36º degrees, saturation: 0.67, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDF4C8 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 244 | 200 | - |
CMYK | 0.09 | 0 | 0.18 | 0.04 |
HSL | 91.36º | 0.67% | 0.87% | - |
HSV(B) | 91.36º | 0.18% | 0.96% | - |
XYZ | 72.59 | 84.24 | 67.08 | - |
YUV | 232.11 | 109.88 | 120.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 244 | 200 | 0.09 | 0 | 0.18 | 0.04 | 91.36 | 0.67 | 0.87 |
Hex | DD | F4 | C8 | 9 | 0 | 12 | 4 | 5B | 43 | 57 |
Octal | 335 | 364 | 310 | 11 | 0 | 22 | 4 | 133 | 103 | 127 |
Binary | 11011101 | 11110100 | 11001000 | 1001 | 0 | 10010 | 100 | 1011011 | 1000011 | 1010111 |
Color Harmonies of #DDF4C8
Complementary color
Monochromatic Colors of #DDF4C8
Black with #DDF4C8
Text Example
Text Example
White with #DDF4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF4C8; }
p { color: rgb(221,244,200); }
H1.HeaderClassName
{
color: #DDF4C8;
}
.AnyTagClassName
{
color: #DDF4C8;
}
</style>
background-color css
<style>
a { background-color: #DDF4C8; }
a { background-color: rgb(221,244,200); }
div.DivClassName
{
background-color: #DDF4C8;
}
.BgClassName
{
background-color: #DDF4C8;
}
</style>
border-color css
<style>
span { border-color: #DDF4C8; }
span { border-color: rgb(221,244,200); }
td.TdClassName
{
border-color: #DDF4C8;
}
.TagClassName
{
border-color: #DDF4C8;
}
</style>