Shades of Fog #DACCEF
Tints of Fog #DACCEF
RGB
CMYK
RGB Variations
Color information
#DACCEF (or 0xDACCEF) is known color: Fog. HEX triplet: DA, CC and EF. RGB value is (218,204,239). Sum of RGB (Red+Green+Blue) = 218+204+239=661 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.98% from 661); Green value is 204 (80.08% from 255 or 30.86% from 661); Blue value is 239 (93.75% from 255 or 36.16% from 661); Max value from RGB is 239 - color contains mainly: blue. Hex color #DACCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACCEF is #253310. Grayscale: #D4D4D4. Windows color (decimal): -2437905 or 15715546. OLE color: 15715546.
HSL color Cylindrical-coordinate representation of color #DACCEF: hue angle of 264º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DACCEF is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 204 | 239 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.06 |
| HSL | 264º | 0.52% | 0.87% | - |
| HSV(B) | 264º | 0.15% | 0.94% | - |
| XYZ | 66.09 | 64.32 | 90.59 | - |
| YUV | 212.18 | 143.14 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 239 | 0.09 | 0.15 | 0 | 0.06 | 264 | 0.52 | 0.87 |
| Hex | DA | CC | EF | 9 | F | 0 | 6 | 108 | 34 | 57 |
| Octal | 332 | 314 | 357 | 11 | 17 | 0 | 6 | 410 | 64 | 127 |
| Binary | 11011010 | 11001100 | 11101111 | 1001 | 1111 | 0 | 110 | 100001000 | 110100 | 1010111 |
Color Harmonies of #DACCEF
Complementary color
Monochromatic Colors of #DACCEF
Black with #DACCEF
Text Example
Text Example
White with #DACCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACCEF; }
p { color: rgb(218,204,239); }
H1.HeaderClassName
{
color: #DACCEF;
}
.AnyTagClassName
{
color: #DACCEF;
}
</style>
background-color css
<style>
a { background-color: #DACCEF; }
a { background-color: rgb(218,204,239); }
div.DivClassName
{
background-color: #DACCEF;
}
.BgClassName
{
background-color: #DACCEF;
}
</style>
border-color css
<style>
span { border-color: #DACCEF; }
span { border-color: rgb(218,204,239); }
td.TdClassName
{
border-color: #DACCEF;
}
.TagClassName
{
border-color: #DACCEF;
}
</style>