Shades of Fog #DACDE8
Tints of Fog #DACDE8
RGB
CMYK
RGB Variations
Color information
#DACDE8 (or 0xDACDE8) is known color: Fog. HEX triplet: DA, CD and E8. RGB value is (218,205,232). Sum of RGB (Red+Green+Blue) = 218+205+232=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 205 (80.47% from 255 or 31.30% from 655); Blue value is 232 (91.02% from 255 or 35.42% from 655); Max value from RGB is 232 - color contains mainly: blue. Hex color #DACDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACDE8 is #253217. Grayscale: #D3D3D3. Windows color (decimal): -2437656 or 15257050. OLE color: 15257050.
HSL color Cylindrical-coordinate representation of color #DACDE8: hue angle of 268.89º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DACDE8 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 205 | 232 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.09 |
| HSL | 268.89º | 0.37% | 0.86% | - |
| HSV(B) | 268.89º | 0.12% | 0.91% | - |
| XYZ | 65.31 | 64.39 | 85.33 | - |
| YUV | 211.97 | 139.31 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 205 | 232 | 0.06 | 0.12 | 0 | 0.09 | 268.89 | 0.37 | 0.86 |
| Hex | DA | CD | E8 | 6 | C | 0 | 9 | 10D | 25 | 56 |
| Octal | 332 | 315 | 350 | 6 | 14 | 0 | 11 | 415 | 45 | 126 |
| Binary | 11011010 | 11001101 | 11101000 | 110 | 1100 | 0 | 1001 | 100001101 | 100101 | 1010110 |
Color Harmonies of #DACDE8
Complementary color
Monochromatic Colors of #DACDE8
Black with #DACDE8
Text Example
Text Example
White with #DACDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACDE8; }
p { color: rgb(218,205,232); }
H1.HeaderClassName
{
color: #DACDE8;
}
.AnyTagClassName
{
color: #DACDE8;
}
</style>
background-color css
<style>
a { background-color: #DACDE8; }
a { background-color: rgb(218,205,232); }
div.DivClassName
{
background-color: #DACDE8;
}
.BgClassName
{
background-color: #DACDE8;
}
</style>
border-color css
<style>
span { border-color: #DACDE8; }
span { border-color: rgb(218,205,232); }
td.TdClassName
{
border-color: #DACDE8;
}
.TagClassName
{
border-color: #DACDE8;
}
</style>