Shades of Fog #DACEE5
Tints of Fog #DACEE5
RGB
CMYK
RGB Variations
Color information
#DACEE5 (or 0xDACEE5) is known color: Fog. HEX triplet: DA, CE and E5. RGB value is (218,206,229). Sum of RGB (Red+Green+Blue) = 218+206+229=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 229 (89.84% from 255 or 35.07% from 653); Max value from RGB is 229 - color contains mainly: blue. Hex color #DACEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACEE5 is #25311A. Grayscale: #D4D4D4. Windows color (decimal): -2437403 or 15060698. OLE color: 15060698.
HSL color Cylindrical-coordinate representation of color #DACEE5: hue angle of 271.3º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DACEE5 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 206 | 229 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.10 |
| HSL | 271.3º | 0.31% | 0.85% | - |
| HSV(B) | 271.3º | 0.1% | 0.9% | - |
| XYZ | 65.13 | 64.71 | 83.19 | - |
| YUV | 212.21 | 137.48 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 229 | 0.05 | 0.10 | 0 | 0.10 | 271.3 | 0.31 | 0.85 |
| Hex | DA | CE | E5 | 5 | A | 0 | A | 10F | 1F | 55 |
| Octal | 332 | 316 | 345 | 5 | 12 | 0 | 12 | 417 | 37 | 125 |
| Binary | 11011010 | 11001110 | 11100101 | 101 | 1010 | 0 | 1010 | 100001111 | 11111 | 1010101 |
Color Harmonies of #DACEE5
Complementary color
Monochromatic Colors of #DACEE5
Black with #DACEE5
Text Example
Text Example
White with #DACEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACEE5; }
p { color: rgb(218,206,229); }
H1.HeaderClassName
{
color: #DACEE5;
}
.AnyTagClassName
{
color: #DACEE5;
}
</style>
background-color css
<style>
a { background-color: #DACEE5; }
a { background-color: rgb(218,206,229); }
div.DivClassName
{
background-color: #DACEE5;
}
.BgClassName
{
background-color: #DACEE5;
}
</style>
border-color css
<style>
span { border-color: #DACEE5; }
span { border-color: rgb(218,206,229); }
td.TdClassName
{
border-color: #DACEE5;
}
.TagClassName
{
border-color: #DACEE5;
}
</style>