Shades of Frost #DADFBC
Tints of Frost #DADFBC
RGB
CMYK
RGB Variations
Color information
#DADFBC (or 0xDADFBC) is known color: Frost. HEX triplet: DA, DF and BC. RGB value is (218,223,188). Sum of RGB (Red+Green+Blue) = 218+223+188=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 223 (87.5% from 255 or 35.45% from 629); Blue value is 188 (73.83% from 255 or 29.89% from 629); Max value from RGB is 223 - color contains mainly: green. Hex color #DADFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADFBC is #252043. Grayscale: #D9D9D9. Windows color (decimal): -2433092 or 12378074. OLE color: 12378074.
HSL color Cylindrical-coordinate representation of color #DADFBC: hue angle of 68.57º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DADFBC is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 223 | 188 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.13 |
| HSL | 68.57º | 0.35% | 0.81% | - |
| HSV(B) | 68.57º | 0.16% | 0.87% | - |
| XYZ | 64.38 | 71.31 | 57.95 | - |
| YUV | 217.52 | 111.34 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 223 | 188 | 0.02 | 0 | 0.16 | 0.13 | 68.57 | 0.35 | 0.81 |
| Hex | DA | DF | BC | 2 | 0 | 10 | D | 45 | 23 | 51 |
| Octal | 332 | 337 | 274 | 2 | 0 | 20 | 15 | 105 | 43 | 121 |
| Binary | 11011010 | 11011111 | 10111100 | 10 | 0 | 10000 | 1101 | 1000101 | 100011 | 1010001 |
Color Harmonies of #DADFBC
Complementary color
Monochromatic Colors of #DADFBC
Black with #DADFBC
Text Example
Text Example
White with #DADFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADFBC; }
p { color: rgb(218,223,188); }
H1.HeaderClassName
{
color: #DADFBC;
}
.AnyTagClassName
{
color: #DADFBC;
}
</style>
background-color css
<style>
a { background-color: #DADFBC; }
a { background-color: rgb(218,223,188); }
div.DivClassName
{
background-color: #DADFBC;
}
.BgClassName
{
background-color: #DADFBC;
}
</style>
border-color css
<style>
span { border-color: #DADFBC; }
span { border-color: rgb(218,223,188); }
td.TdClassName
{
border-color: #DADFBC;
}
.TagClassName
{
border-color: #DADFBC;
}
</style>