Shades of Fog #DACAFE
Tints of Fog #DACAFE
RGB
CMYK
RGB Variations
Color information
#DACAFE (or 0xDACAFE) is known color: Fog. HEX triplet: DA, CA and FE. RGB value is (218,202,254). Sum of RGB (Red+Green+Blue) = 218+202+254=674 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.34% from 674); Green value is 202 (79.30% from 255 or 29.97% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #DACAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACAFE is #253501. Grayscale: #D4D4D4. Windows color (decimal): -2438402 or 16698074. OLE color: 16698074.
HSL color Cylindrical-coordinate representation of color #DACAFE: hue angle of 258.46º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DACAFE is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 202 | 254 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.00 |
| HSL | 258.46º | 0.96% | 0.89% | - |
| HSV(B) | 258.46º | 0.2% | 1% | - |
| XYZ | 67.92 | 64.3 | 102.6 | - |
| YUV | 212.71 | 151.3 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 254 | 0.14 | 0.20 | 0 | 0.00 | 258.46 | 0.96 | 0.89 |
| Hex | DA | CA | FE | E | 14 | 0 | 0 | 102 | 60 | 59 |
| Octal | 332 | 312 | 376 | 16 | 24 | 0 | 0 | 402 | 140 | 131 |
| Binary | 11011010 | 11001010 | 11111110 | 1110 | 10100 | 0 | 0 | 100000010 | 1100000 | 1011001 |
Color Harmonies of #DACAFE
Complementary color
Monochromatic Colors of #DACAFE
Black with #DACAFE
Text Example
Text Example
White with #DACAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACAFE; }
p { color: rgb(218,202,254); }
H1.HeaderClassName
{
color: #DACAFE;
}
.AnyTagClassName
{
color: #DACAFE;
}
</style>
background-color css
<style>
a { background-color: #DACAFE; }
a { background-color: rgb(218,202,254); }
div.DivClassName
{
background-color: #DACAFE;
}
.BgClassName
{
background-color: #DACAFE;
}
</style>
border-color css
<style>
span { border-color: #DACAFE; }
span { border-color: rgb(218,202,254); }
td.TdClassName
{
border-color: #DACAFE;
}
.TagClassName
{
border-color: #DACAFE;
}
</style>