Shades of Frostee #DFEAD3
Tints of Frostee #DFEAD3
RGB
CMYK
RGB Variations
Color information
#DFEAD3 (or 0xDFEAD3) is known color: Frostee. HEX triplet: DF, EA and D3. RGB value is (223,234,211). Sum of RGB (Red+Green+Blue) = 223+234+211=668 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.38% from 668); Green value is 234 (91.80% from 255 or 35.03% from 668); Blue value is 211 (82.81% from 255 or 31.59% from 668); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEAD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEAD3 is #20152C. Grayscale: #E4E4E4. Windows color (decimal): -2102573 or 13888223. OLE color: 13888223.
HSL color Cylindrical-coordinate representation of color #DFEAD3: hue angle of 88.7º degrees, saturation: 0.35, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFEAD3 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
RGB | 223 | 234 | 211 | - |
CMYK | 0.05 | 0 | 0.10 | 0.08 |
HSL | 88.7º | 0.35% | 0.87% | - |
HSV(B) | 88.7º | 0.1% | 0.92% | - |
XYZ | 71.61 | 79.24 | 73.15 | - |
YUV | 228.09 | 118.36 | 124.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 234 | 211 | 0.05 | 0 | 0.10 | 0.08 | 88.7 | 0.35 | 0.87 |
Hex | DF | EA | D3 | 5 | 0 | A | 8 | 59 | 23 | 57 |
Octal | 337 | 352 | 323 | 5 | 0 | 12 | 10 | 131 | 43 | 127 |
Binary | 11011111 | 11101010 | 11010011 | 101 | 0 | 1010 | 1000 | 1011001 | 100011 | 1010111 |
Color Harmonies of #DFEAD3
Complementary color
Monochromatic Colors of #DFEAD3
Black with #DFEAD3
Text Example
Text Example
White with #DFEAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEAD3; }
p { color: rgb(223,234,211); }
H1.HeaderClassName
{
color: #DFEAD3;
}
.AnyTagClassName
{
color: #DFEAD3;
}
</style>
background-color css
<style>
a { background-color: #DFEAD3; }
a { background-color: rgb(223,234,211); }
div.DivClassName
{
background-color: #DFEAD3;
}
.BgClassName
{
background-color: #DFEAD3;
}
</style>
border-color css
<style>
span { border-color: #DFEAD3; }
span { border-color: rgb(223,234,211); }
td.TdClassName
{
border-color: #DFEAD3;
}
.TagClassName
{
border-color: #DFEAD3;
}
</style>