Shades of Fog #DACAE6
Tints of Fog #DACAE6
RGB
CMYK
RGB Variations
Color information
#DACAE6 (or 0xDACAE6) is known color: Fog. HEX triplet: DA, CA and E6. RGB value is (218,202,230). Sum of RGB (Red+Green+Blue) = 218+202+230=650 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.54% from 650); Green value is 202 (79.30% from 255 or 31.08% from 650); Blue value is 230 (90.23% from 255 or 35.38% from 650); Max value from RGB is 230 - color contains mainly: blue. Hex color #DACAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACAE6 is #253519. Grayscale: #D1D1D1. Windows color (decimal): -2438426 or 15125210. OLE color: 15125210.
HSL color Cylindrical-coordinate representation of color #DACAE6: hue angle of 274.29º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DACAE6 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 202 | 230 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.10 |
| HSL | 274.29º | 0.36% | 0.85% | - |
| HSV(B) | 274.29º | 0.12% | 0.9% | - |
| XYZ | 64.32 | 62.86 | 83.61 | - |
| YUV | 209.98 | 139.3 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 230 | 0.05 | 0.12 | 0 | 0.10 | 274.29 | 0.36 | 0.85 |
| Hex | DA | CA | E6 | 5 | C | 0 | A | 112 | 24 | 55 |
| Octal | 332 | 312 | 346 | 5 | 14 | 0 | 12 | 422 | 44 | 125 |
| Binary | 11011010 | 11001010 | 11100110 | 101 | 1100 | 0 | 1010 | 100010010 | 100100 | 1010101 |
Color Harmonies of #DACAE6
Complementary color
Monochromatic Colors of #DACAE6
Black with #DACAE6
Text Example
Text Example
White with #DACAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACAE6; }
p { color: rgb(218,202,230); }
H1.HeaderClassName
{
color: #DACAE6;
}
.AnyTagClassName
{
color: #DACAE6;
}
</style>
background-color css
<style>
a { background-color: #DACAE6; }
a { background-color: rgb(218,202,230); }
div.DivClassName
{
background-color: #DACAE6;
}
.BgClassName
{
background-color: #DACAE6;
}
</style>
border-color css
<style>
span { border-color: #DACAE6; }
span { border-color: rgb(218,202,230); }
td.TdClassName
{
border-color: #DACAE6;
}
.TagClassName
{
border-color: #DACAE6;
}
</style>