Shades of Fog #DAC4EA
Tints of Fog #DAC4EA
RGB
CMYK
RGB Variations
Color information
#DAC4EA (or 0xDAC4EA) is known color: Fog. HEX triplet: DA, C4 and EA. RGB value is (218,196,234). Sum of RGB (Red+Green+Blue) = 218+196+234=648 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.64% from 648); Green value is 196 (76.95% from 255 or 30.25% from 648); Blue value is 234 (91.80% from 255 or 36.11% from 648); Max value from RGB is 234 - color contains mainly: blue. Hex color #DAC4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC4EA is #253B15. Grayscale: #CECECE. Windows color (decimal): -2439958 or 15385818. OLE color: 15385818.
HSL color Cylindrical-coordinate representation of color #DAC4EA: hue angle of 274.74º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAC4EA is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 196 | 234 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.08 |
| HSL | 274.74º | 0.48% | 0.84% | - |
| HSV(B) | 274.74º | 0.16% | 0.92% | - |
| XYZ | 63.5 | 60.33 | 86.14 | - |
| YUV | 206.91 | 143.29 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 234 | 0.07 | 0.16 | 0 | 0.08 | 274.74 | 0.48 | 0.84 |
| Hex | DA | C4 | EA | 7 | 10 | 0 | 8 | 113 | 30 | 54 |
| Octal | 332 | 304 | 352 | 7 | 20 | 0 | 10 | 423 | 60 | 124 |
| Binary | 11011010 | 11000100 | 11101010 | 111 | 10000 | 0 | 1000 | 100010011 | 110000 | 1010100 |
Color Harmonies of #DAC4EA
Complementary color
Monochromatic Colors of #DAC4EA
Black with #DAC4EA
Text Example
Text Example
White with #DAC4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC4EA; }
p { color: rgb(218,196,234); }
H1.HeaderClassName
{
color: #DAC4EA;
}
.AnyTagClassName
{
color: #DAC4EA;
}
</style>
background-color css
<style>
a { background-color: #DAC4EA; }
a { background-color: rgb(218,196,234); }
div.DivClassName
{
background-color: #DAC4EA;
}
.BgClassName
{
background-color: #DAC4EA;
}
</style>
border-color css
<style>
span { border-color: #DAC4EA; }
span { border-color: rgb(218,196,234); }
td.TdClassName
{
border-color: #DAC4EA;
}
.TagClassName
{
border-color: #DAC4EA;
}
</style>