Shades of Fog #DACEFB
Tints of Fog #DACEFB
RGB
CMYK
RGB Variations
Color information
#DACEFB (or 0xDACEFB) is known color: Fog. HEX triplet: DA, CE and FB. RGB value is (218,206,251). Sum of RGB (Red+Green+Blue) = 218+206+251=675 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.30% from 675); Green value is 206 (80.86% from 255 or 30.52% from 675); Blue value is 251 (98.44% from 255 or 37.19% from 675); Max value from RGB is 251 - color contains mainly: blue. Hex color #DACEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACEFB is #253104. Grayscale: #D6D6D6. Windows color (decimal): -2437381 or 16502490. OLE color: 16502490.
HSL color Cylindrical-coordinate representation of color #DACEFB: hue angle of 256º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DACEFB is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 206 | 251 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.02 |
| HSL | 256º | 0.85% | 0.9% | - |
| HSV(B) | 256º | 0.18% | 0.98% | - |
| XYZ | 68.4 | 66.01 | 100.4 | - |
| YUV | 214.72 | 148.48 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 251 | 0.13 | 0.18 | 0 | 0.02 | 256 | 0.85 | 0.9 |
| Hex | DA | CE | FB | D | 12 | 0 | 2 | 100 | 55 | 5A |
| Octal | 332 | 316 | 373 | 15 | 22 | 0 | 2 | 400 | 125 | 132 |
| Binary | 11011010 | 11001110 | 11111011 | 1101 | 10010 | 0 | 10 | 100000000 | 1010101 | 1011010 |
Color Harmonies of #DACEFB
Complementary color
Monochromatic Colors of #DACEFB
Black with #DACEFB
Text Example
Text Example
White with #DACEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACEFB; }
p { color: rgb(218,206,251); }
H1.HeaderClassName
{
color: #DACEFB;
}
.AnyTagClassName
{
color: #DACEFB;
}
</style>
background-color css
<style>
a { background-color: #DACEFB; }
a { background-color: rgb(218,206,251); }
div.DivClassName
{
background-color: #DACEFB;
}
.BgClassName
{
background-color: #DACEFB;
}
</style>
border-color css
<style>
span { border-color: #DACEFB; }
span { border-color: rgb(218,206,251); }
td.TdClassName
{
border-color: #DACEFB;
}
.TagClassName
{
border-color: #DACEFB;
}
</style>