Shades of Fog #DACAE9
Tints of Fog #DACAE9
RGB
CMYK
RGB Variations
Color information
#DACAE9 (or 0xDACAE9) is known color: Fog. HEX triplet: DA, CA and E9. RGB value is (218,202,233). Sum of RGB (Red+Green+Blue) = 218+202+233=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 202 (79.30% from 255 or 30.93% from 653); Blue value is 233 (91.41% from 255 or 35.68% from 653); Max value from RGB is 233 - color contains mainly: blue. Hex color #DACAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACAE9 is #253516. Grayscale: #D2D2D2. Windows color (decimal): -2438423 or 15321818. OLE color: 15321818.
HSL color Cylindrical-coordinate representation of color #DACAE9: hue angle of 270.97º degrees, saturation: 0.41, 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 #DACAE9 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 202 | 233 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.09 |
| HSL | 270.97º | 0.41% | 0.85% | - |
| HSV(B) | 270.97º | 0.13% | 0.91% | - |
| XYZ | 64.74 | 63.03 | 85.84 | - |
| YUV | 210.32 | 140.8 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 233 | 0.06 | 0.13 | 0 | 0.09 | 270.97 | 0.41 | 0.85 |
| Hex | DA | CA | E9 | 6 | D | 0 | 9 | 10F | 29 | 55 |
| Octal | 332 | 312 | 351 | 6 | 15 | 0 | 11 | 417 | 51 | 125 |
| Binary | 11011010 | 11001010 | 11101001 | 110 | 1101 | 0 | 1001 | 100001111 | 101001 | 1010101 |
Color Harmonies of #DACAE9
Complementary color
Monochromatic Colors of #DACAE9
Black with #DACAE9
Text Example
Text Example
White with #DACAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACAE9; }
p { color: rgb(218,202,233); }
H1.HeaderClassName
{
color: #DACAE9;
}
.AnyTagClassName
{
color: #DACAE9;
}
</style>
background-color css
<style>
a { background-color: #DACAE9; }
a { background-color: rgb(218,202,233); }
div.DivClassName
{
background-color: #DACAE9;
}
.BgClassName
{
background-color: #DACAE9;
}
</style>
border-color css
<style>
span { border-color: #DACAE9; }
span { border-color: rgb(218,202,233); }
td.TdClassName
{
border-color: #DACAE9;
}
.TagClassName
{
border-color: #DACAE9;
}
</style>