Shades of Fog #DACCE6
Tints of Fog #DACCE6
RGB
CMYK
RGB Variations
Color information
#DACCE6 (or 0xDACCE6) is known color: Fog. HEX triplet: DA, CC and E6. RGB value is (218,204,230). Sum of RGB (Red+Green+Blue) = 218+204+230=652 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.44% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 230 (90.23% from 255 or 35.28% from 652); Max value from RGB is 230 - color contains mainly: blue. Hex color #DACCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACCE6 is #253319. Grayscale: #D3D3D3. Windows color (decimal): -2437914 or 15125722. OLE color: 15125722.
HSL color Cylindrical-coordinate representation of color #DACCE6: hue angle of 272.31º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DACCE6 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 204 | 230 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.10 |
| HSL | 272.31º | 0.34% | 0.85% | - |
| HSV(B) | 272.31º | 0.11% | 0.9% | - |
| XYZ | 64.79 | 63.8 | 83.76 | - |
| YUV | 211.15 | 138.64 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 230 | 0.05 | 0.11 | 0 | 0.10 | 272.31 | 0.34 | 0.85 |
| Hex | DA | CC | E6 | 5 | B | 0 | A | 110 | 22 | 55 |
| Octal | 332 | 314 | 346 | 5 | 13 | 0 | 12 | 420 | 42 | 125 |
| Binary | 11011010 | 11001100 | 11100110 | 101 | 1011 | 0 | 1010 | 100010000 | 100010 | 1010101 |
Color Harmonies of #DACCE6
Complementary color
Monochromatic Colors of #DACCE6
Black with #DACCE6
Text Example
Text Example
White with #DACCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACCE6; }
p { color: rgb(218,204,230); }
H1.HeaderClassName
{
color: #DACCE6;
}
.AnyTagClassName
{
color: #DACCE6;
}
</style>
background-color css
<style>
a { background-color: #DACCE6; }
a { background-color: rgb(218,204,230); }
div.DivClassName
{
background-color: #DACCE6;
}
.BgClassName
{
background-color: #DACCE6;
}
</style>
border-color css
<style>
span { border-color: #DACCE6; }
span { border-color: rgb(218,204,230); }
td.TdClassName
{
border-color: #DACCE6;
}
.TagClassName
{
border-color: #DACCE6;
}
</style>