Shades of Fog #DACCE8
Tints of Fog #DACCE8
RGB
CMYK
RGB Variations
Color information
#DACCE8 (or 0xDACCE8) is known color: Fog. HEX triplet: DA, CC and E8. RGB value is (218,204,232). Sum of RGB (Red+Green+Blue) = 218+204+232=654 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.33% from 654); Green value is 204 (80.08% from 255 or 31.19% from 654); Blue value is 232 (91.02% from 255 or 35.47% from 654); Max value from RGB is 232 - color contains mainly: blue. Hex color #DACCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACCE8 is #253317. Grayscale: #D3D3D3. Windows color (decimal): -2437912 or 15256794. OLE color: 15256794.
HSL color Cylindrical-coordinate representation of color #DACCE8: hue angle of 270º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DACCE8 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 204 | 232 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.09 |
| HSL | 270º | 0.38% | 0.85% | - |
| HSV(B) | 270º | 0.12% | 0.91% | - |
| XYZ | 65.07 | 63.92 | 85.25 | - |
| YUV | 211.38 | 139.64 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 232 | 0.06 | 0.12 | 0 | 0.09 | 270 | 0.38 | 0.85 |
| Hex | DA | CC | E8 | 6 | C | 0 | 9 | 10E | 26 | 55 |
| Octal | 332 | 314 | 350 | 6 | 14 | 0 | 11 | 416 | 46 | 125 |
| Binary | 11011010 | 11001100 | 11101000 | 110 | 1100 | 0 | 1001 | 100001110 | 100110 | 1010101 |
Color Harmonies of #DACCE8
Complementary color
Monochromatic Colors of #DACCE8
Black with #DACCE8
Text Example
Text Example
White with #DACCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACCE8; }
p { color: rgb(218,204,232); }
H1.HeaderClassName
{
color: #DACCE8;
}
.AnyTagClassName
{
color: #DACCE8;
}
</style>
background-color css
<style>
a { background-color: #DACCE8; }
a { background-color: rgb(218,204,232); }
div.DivClassName
{
background-color: #DACCE8;
}
.BgClassName
{
background-color: #DACCE8;
}
</style>
border-color css
<style>
span { border-color: #DACCE8; }
span { border-color: rgb(218,204,232); }
td.TdClassName
{
border-color: #DACCE8;
}
.TagClassName
{
border-color: #DACCE8;
}
</style>