Shades of Frost #DADFC3
Tints of Frost #DADFC3
RGB
CMYK
RGB Variations
Color information
#DADFC3 (or 0xDADFC3) is known color: Frost. HEX triplet: DA, DF and C3. RGB value is (218,223,195). Sum of RGB (Red+Green+Blue) = 218+223+195=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 195 (76.56% from 255 or 30.66% from 636); Max value from RGB is 223 - color contains mainly: green. Hex color #DADFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADFC3 is #25203C. Grayscale: #DADADA. Windows color (decimal): -2433085 or 12836826. OLE color: 12836826.
HSL color Cylindrical-coordinate representation of color #DADFC3: hue angle of 70.71º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DADFC3 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 223 | 195 | - |
CMYK | 0.02 | 0 | 0.13 | 0.13 |
HSL | 70.71º | 0.3% | 0.82% | - |
HSV(B) | 70.71º | 0.13% | 0.87% | - |
XYZ | 65.15 | 71.62 | 62.02 | - |
YUV | 218.31 | 114.84 | 127.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 223 | 195 | 0.02 | 0 | 0.13 | 0.13 | 70.71 | 0.3 | 0.82 |
Hex | DA | DF | C3 | 2 | 0 | D | D | 47 | 1E | 52 |
Octal | 332 | 337 | 303 | 2 | 0 | 15 | 15 | 107 | 36 | 122 |
Binary | 11011010 | 11011111 | 11000011 | 10 | 0 | 1101 | 1101 | 1000111 | 11110 | 1010010 |
Color Harmonies of #DADFC3
Complementary color
Monochromatic Colors of #DADFC3
Black with #DADFC3
Text Example
Text Example
White with #DADFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADFC3; }
p { color: rgb(218,223,195); }
H1.HeaderClassName
{
color: #DADFC3;
}
.AnyTagClassName
{
color: #DADFC3;
}
</style>
background-color css
<style>
a { background-color: #DADFC3; }
a { background-color: rgb(218,223,195); }
div.DivClassName
{
background-color: #DADFC3;
}
.BgClassName
{
background-color: #DADFC3;
}
</style>
border-color css
<style>
span { border-color: #DADFC3; }
span { border-color: rgb(218,223,195); }
td.TdClassName
{
border-color: #DADFC3;
}
.TagClassName
{
border-color: #DADFC3;
}
</style>