Shades of Fog #DACCE9
Tints of Fog #DACCE9
RGB
CMYK
RGB Variations
Color information
#DACCE9 (or 0xDACCE9) is known color: Fog. HEX triplet: DA, CC and E9. RGB value is (218,204,233). Sum of RGB (Red+Green+Blue) = 218+204+233=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 204 (80.08% from 255 or 31.15% from 655); Blue value is 233 (91.41% from 255 or 35.57% from 655); Max value from RGB is 233 - color contains mainly: blue. Hex color #DACCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACCE9 is #253316. Grayscale: #D3D3D3. Windows color (decimal): -2437911 or 15322330. OLE color: 15322330.
HSL color Cylindrical-coordinate representation of color #DACCE9: hue angle of 268.97º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DACCE9 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 204 | 233 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.09 |
| HSL | 268.97º | 0.4% | 0.86% | - |
| HSV(B) | 268.97º | 0.12% | 0.91% | - |
| XYZ | 65.21 | 63.97 | 86 | - |
| YUV | 211.49 | 140.14 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 233 | 0.06 | 0.12 | 0 | 0.09 | 268.97 | 0.4 | 0.86 |
| Hex | DA | CC | E9 | 6 | C | 0 | 9 | 10D | 28 | 56 |
| Octal | 332 | 314 | 351 | 6 | 14 | 0 | 11 | 415 | 50 | 126 |
| Binary | 11011010 | 11001100 | 11101001 | 110 | 1100 | 0 | 1001 | 100001101 | 101000 | 1010110 |
Color Harmonies of #DACCE9
Complementary color
Monochromatic Colors of #DACCE9
Black with #DACCE9
Text Example
Text Example
White with #DACCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACCE9; }
p { color: rgb(218,204,233); }
H1.HeaderClassName
{
color: #DACCE9;
}
.AnyTagClassName
{
color: #DACCE9;
}
</style>
background-color css
<style>
a { background-color: #DACCE9; }
a { background-color: rgb(218,204,233); }
div.DivClassName
{
background-color: #DACCE9;
}
.BgClassName
{
background-color: #DACCE9;
}
</style>
border-color css
<style>
span { border-color: #DACCE9; }
span { border-color: rgb(218,204,233); }
td.TdClassName
{
border-color: #DACCE9;
}
.TagClassName
{
border-color: #DACCE9;
}
</style>