Shades of Frost #DFEBBE
Tints of Frost #DFEBBE
RGB
CMYK
RGB Variations
Color information
#DFEBBE (or 0xDFEBBE) is known color: Frost. HEX triplet: DF, EB and BE. RGB value is (223,235,190). Sum of RGB (Red+Green+Blue) = 223+235+190=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 235 (92.19% from 255 or 36.27% from 648); Blue value is 190 (74.61% from 255 or 29.32% from 648); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEBBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEBBE is #201441. Grayscale: #E2E2E2. Windows color (decimal): -2102338 or 12512223. OLE color: 12512223.
HSL color Cylindrical-coordinate representation of color #DFEBBE: hue angle of 76º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFEBBE is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
RGB | 223 | 235 | 190 | - |
CMYK | 0.05 | 0 | 0.19 | 0.08 |
HSL | 76º | 0.53% | 0.83% | - |
HSV(B) | 76º | 0.19% | 0.92% | - |
XYZ | 69.43 | 78.82 | 60.27 | - |
YUV | 226.28 | 107.52 | 125.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 235 | 190 | 0.05 | 0 | 0.19 | 0.08 | 76 | 0.53 | 0.83 |
Hex | DF | EB | BE | 5 | 0 | 13 | 8 | 4C | 35 | 53 |
Octal | 337 | 353 | 276 | 5 | 0 | 23 | 10 | 114 | 65 | 123 |
Binary | 11011111 | 11101011 | 10111110 | 101 | 0 | 10011 | 1000 | 1001100 | 110101 | 1010011 |
Color Harmonies of #DFEBBE
Complementary color
Monochromatic Colors of #DFEBBE
Black with #DFEBBE
Text Example
Text Example
White with #DFEBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEBBE; }
p { color: rgb(223,235,190); }
H1.HeaderClassName
{
color: #DFEBBE;
}
.AnyTagClassName
{
color: #DFEBBE;
}
</style>
background-color css
<style>
a { background-color: #DFEBBE; }
a { background-color: rgb(223,235,190); }
div.DivClassName
{
background-color: #DFEBBE;
}
.BgClassName
{
background-color: #DFEBBE;
}
</style>
border-color css
<style>
span { border-color: #DFEBBE; }
span { border-color: rgb(223,235,190); }
td.TdClassName
{
border-color: #DFEBBE;
}
.TagClassName
{
border-color: #DFEBBE;
}
</style>