Shades of Fog #DACCE7
Tints of Fog #DACCE7
RGB
CMYK
RGB Variations
Color information
#DACCE7 (or 0xDACCE7) is known color: Fog. HEX triplet: DA, CC and E7. RGB value is (218,204,231). Sum of RGB (Red+Green+Blue) = 218+204+231=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 204 (80.08% from 255 or 31.24% from 653); Blue value is 231 (90.62% from 255 or 35.38% from 653); Max value from RGB is 231 - color contains mainly: blue. Hex color #DACCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACCE7 is #253318. Grayscale: #D3D3D3. Windows color (decimal): -2437913 or 15191258. OLE color: 15191258.
HSL color Cylindrical-coordinate representation of color #DACCE7: hue angle of 271.11º degrees, saturation: 0.36, 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 #DACCE7 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 204 | 231 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.09 |
| HSL | 271.11º | 0.36% | 0.85% | - |
| HSV(B) | 271.11º | 0.12% | 0.91% | - |
| XYZ | 64.93 | 63.86 | 84.51 | - |
| YUV | 211.26 | 139.14 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 231 | 0.06 | 0.12 | 0 | 0.09 | 271.11 | 0.36 | 0.85 |
| Hex | DA | CC | E7 | 6 | C | 0 | 9 | 10F | 24 | 55 |
| Octal | 332 | 314 | 347 | 6 | 14 | 0 | 11 | 417 | 44 | 125 |
| Binary | 11011010 | 11001100 | 11100111 | 110 | 1100 | 0 | 1001 | 100001111 | 100100 | 1010101 |
Color Harmonies of #DACCE7
Complementary color
Monochromatic Colors of #DACCE7
Black with #DACCE7
Text Example
Text Example
White with #DACCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACCE7; }
p { color: rgb(218,204,231); }
H1.HeaderClassName
{
color: #DACCE7;
}
.AnyTagClassName
{
color: #DACCE7;
}
</style>
background-color css
<style>
a { background-color: #DACCE7; }
a { background-color: rgb(218,204,231); }
div.DivClassName
{
background-color: #DACCE7;
}
.BgClassName
{
background-color: #DACCE7;
}
</style>
border-color css
<style>
span { border-color: #DACCE7; }
span { border-color: rgb(218,204,231); }
td.TdClassName
{
border-color: #DACCE7;
}
.TagClassName
{
border-color: #DACCE7;
}
</style>