Shades of Frostee #DFE7D5
Tints of Frostee #DFE7D5
RGB
CMYK
RGB Variations
Color information
#DFE7D5 (or 0xDFE7D5) is known color: Frostee. HEX triplet: DF, E7 and D5. RGB value is (223,231,213). Sum of RGB (Red+Green+Blue) = 223+231+213=667 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.43% from 667); Green value is 231 (90.62% from 255 or 34.63% from 667); Blue value is 213 (83.59% from 255 or 31.93% from 667); Max value from RGB is 231 - color contains mainly: green. Hex color #DFE7D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFE7D5 is #20182A. Grayscale: #E2E2E2. Windows color (decimal): -2103339 or 14018527. OLE color: 14018527.
HSL color Cylindrical-coordinate representation of color #DFE7D5: hue angle of 86.67º degrees, saturation: 0.27, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFE7D5 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
RGB | 223 | 231 | 213 | - |
CMYK | 0.03 | 0 | 0.08 | 0.09 |
HSL | 86.67º | 0.27% | 0.87% | - |
HSV(B) | 86.67º | 0.08% | 0.91% | - |
XYZ | 71.02 | 77.64 | 74.19 | - |
YUV | 226.56 | 120.35 | 125.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 231 | 213 | 0.03 | 0 | 0.08 | 0.09 | 86.67 | 0.27 | 0.87 |
Hex | DF | E7 | D5 | 3 | 0 | 8 | 9 | 57 | 1B | 57 |
Octal | 337 | 347 | 325 | 3 | 0 | 10 | 11 | 127 | 33 | 127 |
Binary | 11011111 | 11100111 | 11010101 | 11 | 0 | 1000 | 1001 | 1010111 | 11011 | 1010111 |
Color Harmonies of #DFE7D5
Complementary color
Monochromatic Colors of #DFE7D5
Black with #DFE7D5
Text Example
Text Example
White with #DFE7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE7D5; }
p { color: rgb(223,231,213); }
H1.HeaderClassName
{
color: #DFE7D5;
}
.AnyTagClassName
{
color: #DFE7D5;
}
</style>
background-color css
<style>
a { background-color: #DFE7D5; }
a { background-color: rgb(223,231,213); }
div.DivClassName
{
background-color: #DFE7D5;
}
.BgClassName
{
background-color: #DFE7D5;
}
</style>
border-color css
<style>
span { border-color: #DFE7D5; }
span { border-color: rgb(223,231,213); }
td.TdClassName
{
border-color: #DFE7D5;
}
.TagClassName
{
border-color: #DFE7D5;
}
</style>