Shades of Fog #DACAE8
Tints of Fog #DACAE8
RGB
CMYK
RGB Variations
Color information
#DACAE8 (or 0xDACAE8) is known color: Fog. HEX triplet: DA, CA and E8. RGB value is (218,202,232). Sum of RGB (Red+Green+Blue) = 218+202+232=652 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.44% from 652); Green value is 202 (79.30% from 255 or 30.98% from 652); Blue value is 232 (91.02% from 255 or 35.58% from 652); Max value from RGB is 232 - color contains mainly: blue. Hex color #DACAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACAE8 is #253517. Grayscale: #D2D2D2. Windows color (decimal): -2438424 or 15256282. OLE color: 15256282.
HSL color Cylindrical-coordinate representation of color #DACAE8: hue angle of 272º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DACAE8 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 202 | 232 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.09 |
| HSL | 272º | 0.39% | 0.85% | - |
| HSV(B) | 272º | 0.13% | 0.91% | - |
| XYZ | 64.6 | 62.97 | 85.09 | - |
| YUV | 210.2 | 140.3 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 232 | 0.06 | 0.13 | 0 | 0.09 | 272 | 0.39 | 0.85 |
| Hex | DA | CA | E8 | 6 | D | 0 | 9 | 110 | 27 | 55 |
| Octal | 332 | 312 | 350 | 6 | 15 | 0 | 11 | 420 | 47 | 125 |
| Binary | 11011010 | 11001010 | 11101000 | 110 | 1101 | 0 | 1001 | 100010000 | 100111 | 1010101 |
Color Harmonies of #DACAE8
Complementary color
Monochromatic Colors of #DACAE8
Black with #DACAE8
Text Example
Text Example
White with #DACAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACAE8; }
p { color: rgb(218,202,232); }
H1.HeaderClassName
{
color: #DACAE8;
}
.AnyTagClassName
{
color: #DACAE8;
}
</style>
background-color css
<style>
a { background-color: #DACAE8; }
a { background-color: rgb(218,202,232); }
div.DivClassName
{
background-color: #DACAE8;
}
.BgClassName
{
background-color: #DACAE8;
}
</style>
border-color css
<style>
span { border-color: #DACAE8; }
span { border-color: rgb(218,202,232); }
td.TdClassName
{
border-color: #DACAE8;
}
.TagClassName
{
border-color: #DACAE8;
}
</style>