Shades of Frost #DADCC4
Tints of Frost #DADCC4
RGB
CMYK
RGB Variations
Color information
#DADCC4 (or 0xDADCC4) is known color: Frost. HEX triplet: DA, DC and C4. RGB value is (218,220,196). Sum of RGB (Red+Green+Blue) = 218+220+196=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 196 (76.95% from 255 or 30.91% from 634); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADCC4 is #25233B. Grayscale: #D8D8D8. Windows color (decimal): -2433852 or 12901594. OLE color: 12901594.
HSL color Cylindrical-coordinate representation of color #DADCC4: hue angle of 65º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DADCC4 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
RGB | 218 | 220 | 196 | - |
CMYK | 0.01 | 0 | 0.11 | 0.14 |
HSL | 65º | 0.26% | 0.82% | - |
HSV(B) | 65º | 0.11% | 0.86% | - |
XYZ | 64.47 | 70.08 | 62.35 | - |
YUV | 216.67 | 116.34 | 128.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 220 | 196 | 0.01 | 0 | 0.11 | 0.14 | 65 | 0.26 | 0.82 |
Hex | DA | DC | C4 | 1 | 0 | B | E | 41 | 1A | 52 |
Octal | 332 | 334 | 304 | 1 | 0 | 13 | 16 | 101 | 32 | 122 |
Binary | 11011010 | 11011100 | 11000100 | 1 | 0 | 1011 | 1110 | 1000001 | 11010 | 1010010 |
Color Harmonies of #DADCC4
Complementary color
Monochromatic Colors of #DADCC4
Black with #DADCC4
Text Example
Text Example
White with #DADCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADCC4; }
p { color: rgb(218,220,196); }
H1.HeaderClassName
{
color: #DADCC4;
}
.AnyTagClassName
{
color: #DADCC4;
}
</style>
background-color css
<style>
a { background-color: #DADCC4; }
a { background-color: rgb(218,220,196); }
div.DivClassName
{
background-color: #DADCC4;
}
.BgClassName
{
background-color: #DADCC4;
}
</style>
border-color css
<style>
span { border-color: #DADCC4; }
span { border-color: rgb(218,220,196); }
td.TdClassName
{
border-color: #DADCC4;
}
.TagClassName
{
border-color: #DADCC4;
}
</style>