Shades of Frostee #DDECCF
Tints of Frostee #DDECCF
RGB
CMYK
RGB Variations
Color information
#DDECCF (or 0xDDECCF) is known color: Frostee. HEX triplet: DD, EC and CF. RGB value is (221,236,207). Sum of RGB (Red+Green+Blue) = 221+236+207=664 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.28% from 664); Green value is 236 (92.58% from 255 or 35.54% from 664); Blue value is 207 (81.25% from 255 or 31.17% from 664); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDECCF is #221330. Grayscale: #E4E4E4. Windows color (decimal): -2233137 or 13626589. OLE color: 13626589.
HSL color Cylindrical-coordinate representation of color #DDECCF: hue angle of 91.03º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDECCF is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 236 | 207 | - |
CMYK | 0.06 | 0 | 0.12 | 0.07 |
HSL | 91.03º | 0.43% | 0.87% | - |
HSV(B) | 91.03º | 0.12% | 0.93% | - |
XYZ | 71.08 | 79.87 | 70.7 | - |
YUV | 228.21 | 116.03 | 122.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 236 | 207 | 0.06 | 0 | 0.12 | 0.07 | 91.03 | 0.43 | 0.87 |
Hex | DD | EC | CF | 6 | 0 | C | 7 | 5B | 2B | 57 |
Octal | 335 | 354 | 317 | 6 | 0 | 14 | 7 | 133 | 53 | 127 |
Binary | 11011101 | 11101100 | 11001111 | 110 | 0 | 1100 | 111 | 1011011 | 101011 | 1010111 |
Color Harmonies of #DDECCF
Complementary color
Monochromatic Colors of #DDECCF
Black with #DDECCF
Text Example
Text Example
White with #DDECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDECCF; }
p { color: rgb(221,236,207); }
H1.HeaderClassName
{
color: #DDECCF;
}
.AnyTagClassName
{
color: #DDECCF;
}
</style>
background-color css
<style>
a { background-color: #DDECCF; }
a { background-color: rgb(221,236,207); }
div.DivClassName
{
background-color: #DDECCF;
}
.BgClassName
{
background-color: #DDECCF;
}
</style>
border-color css
<style>
span { border-color: #DDECCF; }
span { border-color: rgb(221,236,207); }
td.TdClassName
{
border-color: #DDECCF;
}
.TagClassName
{
border-color: #DDECCF;
}
</style>