Shades of Fog #DACDE6
Tints of Fog #DACDE6
RGB
CMYK
RGB Variations
Color information
#DACDE6 (or 0xDACDE6) is known color: Fog. HEX triplet: DA, CD and E6. RGB value is (218,205,230). Sum of RGB (Red+Green+Blue) = 218+205+230=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 205 (80.47% from 255 or 31.39% from 653); Blue value is 230 (90.23% from 255 or 35.22% from 653); Max value from RGB is 230 - color contains mainly: blue. Hex color #DACDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACDE6 is #253219. Grayscale: #D3D3D3. Windows color (decimal): -2437658 or 15125978. OLE color: 15125978.
HSL color Cylindrical-coordinate representation of color #DACDE6: hue angle of 271.2º degrees, saturation: 0.33, 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 #DACDE6 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 205 | 230 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.10 |
| HSL | 271.2º | 0.33% | 0.85% | - |
| HSV(B) | 271.2º | 0.11% | 0.9% | - |
| XYZ | 65.03 | 64.28 | 83.84 | - |
| YUV | 211.74 | 138.31 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 205 | 230 | 0.05 | 0.11 | 0 | 0.10 | 271.2 | 0.33 | 0.85 |
| Hex | DA | CD | E6 | 5 | B | 0 | A | 10F | 21 | 55 |
| Octal | 332 | 315 | 346 | 5 | 13 | 0 | 12 | 417 | 41 | 125 |
| Binary | 11011010 | 11001101 | 11100110 | 101 | 1011 | 0 | 1010 | 100001111 | 100001 | 1010101 |
Color Harmonies of #DACDE6
Complementary color
Monochromatic Colors of #DACDE6
Black with #DACDE6
Text Example
Text Example
White with #DACDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACDE6; }
p { color: rgb(218,205,230); }
H1.HeaderClassName
{
color: #DACDE6;
}
.AnyTagClassName
{
color: #DACDE6;
}
</style>
background-color css
<style>
a { background-color: #DACDE6; }
a { background-color: rgb(218,205,230); }
div.DivClassName
{
background-color: #DACDE6;
}
.BgClassName
{
background-color: #DACDE6;
}
</style>
border-color css
<style>
span { border-color: #DACDE6; }
span { border-color: rgb(218,205,230); }
td.TdClassName
{
border-color: #DACDE6;
}
.TagClassName
{
border-color: #DACDE6;
}
</style>