Shades of Fog #DAC5EC
Tints of Fog #DAC5EC
RGB
CMYK
RGB Variations
Color information
#DAC5EC (or 0xDAC5EC) is known color: Fog. HEX triplet: DA, C5 and EC. RGB value is (218,197,236). Sum of RGB (Red+Green+Blue) = 218+197+236=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 197 (77.34% from 255 or 30.26% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 236 - color contains mainly: blue. Hex color #DAC5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC5EC is #253A13. Grayscale: #CFCFCF. Windows color (decimal): -2439700 or 15517146. OLE color: 15517146.
HSL color Cylindrical-coordinate representation of color #DAC5EC: hue angle of 272.31º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAC5EC is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 197 | 236 | - |
CMYK | 0.08 | 0.17 | 0 | 0.07 |
HSL | 272.31º | 0.51% | 0.85% | - |
HSV(B) | 272.31º | 0.17% | 0.93% | - |
XYZ | 64.02 | 60.89 | 87.74 | - |
YUV | 207.73 | 143.96 | 135.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 197 | 236 | 0.08 | 0.17 | 0 | 0.07 | 272.31 | 0.51 | 0.85 |
Hex | DA | C5 | EC | 8 | 11 | 0 | 7 | 110 | 33 | 55 |
Octal | 332 | 305 | 354 | 10 | 21 | 0 | 7 | 420 | 63 | 125 |
Binary | 11011010 | 11000101 | 11101100 | 1000 | 10001 | 0 | 111 | 100010000 | 110011 | 1010101 |
Color Harmonies of #DAC5EC
Complementary color
Monochromatic Colors of #DAC5EC
Black with #DAC5EC
Text Example
Text Example
White with #DAC5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC5EC; }
p { color: rgb(218,197,236); }
H1.HeaderClassName
{
color: #DAC5EC;
}
.AnyTagClassName
{
color: #DAC5EC;
}
</style>
background-color css
<style>
a { background-color: #DAC5EC; }
a { background-color: rgb(218,197,236); }
div.DivClassName
{
background-color: #DAC5EC;
}
.BgClassName
{
background-color: #DAC5EC;
}
</style>
border-color css
<style>
span { border-color: #DAC5EC; }
span { border-color: rgb(218,197,236); }
td.TdClassName
{
border-color: #DAC5EC;
}
.TagClassName
{
border-color: #DAC5EC;
}
</style>