Shades of Frost #DADEC3
Tints of Frost #DADEC3
RGB
CMYK
RGB Variations
Color information
#DADEC3 (or 0xDADEC3) is known color: Frost. HEX triplet: DA, DE and C3. RGB value is (218,222,195). Sum of RGB (Red+Green+Blue) = 218+222+195=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 222 (87.11% from 255 or 34.96% from 635); Blue value is 195 (76.56% from 255 or 30.71% from 635); Max value from RGB is 222 - color contains mainly: green. Hex color #DADEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADEC3 is #25213C. Grayscale: #D9D9D9. Windows color (decimal): -2433341 or 12836570. OLE color: 12836570.
HSL color Cylindrical-coordinate representation of color #DADEC3: hue angle of 68.89º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DADEC3 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 222 | 195 | - |
CMYK | 0.02 | 0 | 0.12 | 0.13 |
HSL | 68.89º | 0.29% | 0.82% | - |
HSV(B) | 68.89º | 0.12% | 0.87% | - |
XYZ | 64.89 | 71.09 | 61.93 | - |
YUV | 217.73 | 115.17 | 128.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 222 | 195 | 0.02 | 0 | 0.12 | 0.13 | 68.89 | 0.29 | 0.82 |
Hex | DA | DE | C3 | 2 | 0 | C | D | 45 | 1D | 52 |
Octal | 332 | 336 | 303 | 2 | 0 | 14 | 15 | 105 | 35 | 122 |
Binary | 11011010 | 11011110 | 11000011 | 10 | 0 | 1100 | 1101 | 1000101 | 11101 | 1010010 |
Color Harmonies of #DADEC3
Complementary color
Monochromatic Colors of #DADEC3
Black with #DADEC3
Text Example
Text Example
White with #DADEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADEC3; }
p { color: rgb(218,222,195); }
H1.HeaderClassName
{
color: #DADEC3;
}
.AnyTagClassName
{
color: #DADEC3;
}
</style>
background-color css
<style>
a { background-color: #DADEC3; }
a { background-color: rgb(218,222,195); }
div.DivClassName
{
background-color: #DADEC3;
}
.BgClassName
{
background-color: #DADEC3;
}
</style>
border-color css
<style>
span { border-color: #DADEC3; }
span { border-color: rgb(218,222,195); }
td.TdClassName
{
border-color: #DADEC3;
}
.TagClassName
{
border-color: #DADEC3;
}
</style>