Shades of Fog #DACAEE
Tints of Fog #DACAEE
RGB
CMYK
RGB Variations
Color information
#DACAEE (or 0xDACAEE) is known color: Fog. HEX triplet: DA, CA and EE. RGB value is (218,202,238). Sum of RGB (Red+Green+Blue) = 218+202+238=658 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.13% from 658); Green value is 202 (79.30% from 255 or 30.70% from 658); Blue value is 238 (93.36% from 255 or 36.17% from 658); Max value from RGB is 238 - color contains mainly: blue. Hex color #DACAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACAEE is #253511. Grayscale: #D2D2D2. Windows color (decimal): -2438418 or 15649498. OLE color: 15649498.
HSL color Cylindrical-coordinate representation of color #DACAEE: hue angle of 266.67º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DACAEE is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 202 | 238 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.07 |
| HSL | 266.67º | 0.51% | 0.86% | - |
| HSV(B) | 266.67º | 0.15% | 0.93% | - |
| XYZ | 65.47 | 63.32 | 89.66 | - |
| YUV | 210.89 | 143.3 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 238 | 0.08 | 0.15 | 0 | 0.07 | 266.67 | 0.51 | 0.86 |
| Hex | DA | CA | EE | 8 | F | 0 | 7 | 10B | 33 | 56 |
| Octal | 332 | 312 | 356 | 10 | 17 | 0 | 7 | 413 | 63 | 126 |
| Binary | 11011010 | 11001010 | 11101110 | 1000 | 1111 | 0 | 111 | 100001011 | 110011 | 1010110 |
Color Harmonies of #DACAEE
Complementary color
Monochromatic Colors of #DACAEE
Black with #DACAEE
Text Example
Text Example
White with #DACAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACAEE; }
p { color: rgb(218,202,238); }
H1.HeaderClassName
{
color: #DACAEE;
}
.AnyTagClassName
{
color: #DACAEE;
}
</style>
background-color css
<style>
a { background-color: #DACAEE; }
a { background-color: rgb(218,202,238); }
div.DivClassName
{
background-color: #DACAEE;
}
.BgClassName
{
background-color: #DACAEE;
}
</style>
border-color css
<style>
span { border-color: #DACAEE; }
span { border-color: rgb(218,202,238); }
td.TdClassName
{
border-color: #DACAEE;
}
.TagClassName
{
border-color: #DACAEE;
}
</style>