Shades of Frost #DADFBE
Tints of Frost #DADFBE
RGB
CMYK
RGB Variations
Color information
#DADFBE (or 0xDADFBE) is known color: Frost. HEX triplet: DA, DF and BE. RGB value is (218,223,190). Sum of RGB (Red+Green+Blue) = 218+223+190=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 190 (74.61% from 255 or 30.11% from 631); Max value from RGB is 223 - color contains mainly: green. Hex color #DADFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADFBE is #252041. Grayscale: #D9D9D9. Windows color (decimal): -2433090 or 12509146. OLE color: 12509146.
HSL color Cylindrical-coordinate representation of color #DADFBE: hue angle of 69.09º 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 #DADFBE is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 223 | 190 | - |
CMYK | 0.02 | 0 | 0.15 | 0.13 |
HSL | 69.09º | 0.34% | 0.81% | - |
HSV(B) | 69.09º | 0.15% | 0.87% | - |
XYZ | 64.6 | 71.4 | 59.09 | - |
YUV | 217.74 | 112.34 | 128.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 223 | 190 | 0.02 | 0 | 0.15 | 0.13 | 69.09 | 0.34 | 0.81 |
Hex | DA | DF | BE | 2 | 0 | F | D | 45 | 22 | 51 |
Octal | 332 | 337 | 276 | 2 | 0 | 17 | 15 | 105 | 42 | 121 |
Binary | 11011010 | 11011111 | 10111110 | 10 | 0 | 1111 | 1101 | 1000101 | 100010 | 1010001 |
Color Harmonies of #DADFBE
Complementary color
Monochromatic Colors of #DADFBE
Black with #DADFBE
Text Example
Text Example
White with #DADFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADFBE; }
p { color: rgb(218,223,190); }
H1.HeaderClassName
{
color: #DADFBE;
}
.AnyTagClassName
{
color: #DADFBE;
}
</style>
background-color css
<style>
a { background-color: #DADFBE; }
a { background-color: rgb(218,223,190); }
div.DivClassName
{
background-color: #DADFBE;
}
.BgClassName
{
background-color: #DADFBE;
}
</style>
border-color css
<style>
span { border-color: #DADFBE; }
span { border-color: rgb(218,223,190); }
td.TdClassName
{
border-color: #DADFBE;
}
.TagClassName
{
border-color: #DADFBE;
}
</style>