Shades of Fog #DACFE6
Tints of Fog #DACFE6
RGB
CMYK
RGB Variations
Color information
#DACFE6 (or 0xDACFE6) is known color: Fog. HEX triplet: DA, CF and E6. RGB value is (218,207,230). Sum of RGB (Red+Green+Blue) = 218+207+230=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 207 (81.25% from 255 or 31.60% from 655); Blue value is 230 (90.23% from 255 or 35.11% from 655); Max value from RGB is 230 - color contains mainly: blue. Hex color #DACFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACFE6 is #253019. Grayscale: #D4D4D4. Windows color (decimal): -2437146 or 15126490. OLE color: 15126490.
HSL color Cylindrical-coordinate representation of color #DACFE6: hue angle of 268.7º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DACFE6 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 207 | 230 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.10 |
| HSL | 268.7º | 0.32% | 0.86% | - |
| HSV(B) | 268.7º | 0.1% | 0.9% | - |
| XYZ | 65.51 | 65.24 | 84 | - |
| YUV | 212.91 | 137.64 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 207 | 230 | 0.05 | 0.10 | 0 | 0.10 | 268.7 | 0.32 | 0.86 |
| Hex | DA | CF | E6 | 5 | A | 0 | A | 10D | 20 | 56 |
| Octal | 332 | 317 | 346 | 5 | 12 | 0 | 12 | 415 | 40 | 126 |
| Binary | 11011010 | 11001111 | 11100110 | 101 | 1010 | 0 | 1010 | 100001101 | 100000 | 1010110 |
Color Harmonies of #DACFE6
Complementary color
Monochromatic Colors of #DACFE6
Black with #DACFE6
Text Example
Text Example
White with #DACFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACFE6; }
p { color: rgb(218,207,230); }
H1.HeaderClassName
{
color: #DACFE6;
}
.AnyTagClassName
{
color: #DACFE6;
}
</style>
background-color css
<style>
a { background-color: #DACFE6; }
a { background-color: rgb(218,207,230); }
div.DivClassName
{
background-color: #DACFE6;
}
.BgClassName
{
background-color: #DACFE6;
}
</style>
border-color css
<style>
span { border-color: #DACFE6; }
span { border-color: rgb(218,207,230); }
td.TdClassName
{
border-color: #DACFE6;
}
.TagClassName
{
border-color: #DACFE6;
}
</style>