Shades of Frost #DDDFBE
Tints of Frost #DDDFBE
RGB
CMYK
RGB Variations
Color information
#DDDFBE (or 0xDDDFBE) is known color: Frost. HEX triplet: DD, DF and BE. RGB value is (221,223,190). Sum of RGB (Red+Green+Blue) = 221+223+190=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 190 (74.61% from 255 or 29.97% from 634); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDFBE is #222041. Grayscale: #DADADA. Windows color (decimal): -2236482 or 12509149. OLE color: 12509149.
HSL color Cylindrical-coordinate representation of color #DDDFBE: hue angle of 63.64º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDDFBE is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 223 | 190 | - |
CMYK | 0.01 | 0 | 0.15 | 0.13 |
HSL | 63.64º | 0.34% | 0.81% | - |
HSV(B) | 63.64º | 0.15% | 0.87% | - |
XYZ | 65.5 | 71.87 | 59.13 | - |
YUV | 218.64 | 111.84 | 129.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 223 | 190 | 0.01 | 0 | 0.15 | 0.13 | 63.64 | 0.34 | 0.81 |
Hex | DD | DF | BE | 1 | 0 | F | D | 40 | 22 | 51 |
Octal | 335 | 337 | 276 | 1 | 0 | 17 | 15 | 100 | 42 | 121 |
Binary | 11011101 | 11011111 | 10111110 | 1 | 0 | 1111 | 1101 | 1000000 | 100010 | 1010001 |
Color Harmonies of #DDDFBE
Complementary color
Monochromatic Colors of #DDDFBE
Black with #DDDFBE
Text Example
Text Example
White with #DDDFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDFBE; }
p { color: rgb(221,223,190); }
H1.HeaderClassName
{
color: #DDDFBE;
}
.AnyTagClassName
{
color: #DDDFBE;
}
</style>
background-color css
<style>
a { background-color: #DDDFBE; }
a { background-color: rgb(221,223,190); }
div.DivClassName
{
background-color: #DDDFBE;
}
.BgClassName
{
background-color: #DDDFBE;
}
</style>
border-color css
<style>
span { border-color: #DDDFBE; }
span { border-color: rgb(221,223,190); }
td.TdClassName
{
border-color: #DDDFBE;
}
.TagClassName
{
border-color: #DDDFBE;
}
</style>