Shades of Fog #DACBEB
Tints of Fog #DACBEB
RGB
CMYK
RGB Variations
Color information
#DACBEB (or 0xDACBEB) is known color: Fog. HEX triplet: DA, CB and EB. RGB value is (218,203,235). Sum of RGB (Red+Green+Blue) = 218+203+235=656 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.23% from 656); Green value is 203 (79.69% from 255 or 30.95% from 656); Blue value is 235 (92.19% from 255 or 35.82% from 656); Max value from RGB is 235 - color contains mainly: blue. Hex color #DACBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACBEB is #253414. Grayscale: #D3D3D3. Windows color (decimal): -2438165 or 15453146. OLE color: 15453146.
HSL color Cylindrical-coordinate representation of color #DACBEB: hue angle of 268.12º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DACBEB is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 203 | 235 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.08 |
| HSL | 268.13º | 0.44% | 0.86% | - |
| HSV(B) | 268.13º | 0.14% | 0.92% | - |
| XYZ | 65.26 | 63.62 | 87.44 | - |
| YUV | 211.13 | 141.47 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 235 | 0.07 | 0.14 | 0 | 0.08 | 268.13 | 0.44 | 0.86 |
| Hex | DA | CB | EB | 7 | E | 0 | 8 | 10C | 2C | 56 |
| Octal | 332 | 313 | 353 | 7 | 16 | 0 | 10 | 414 | 54 | 126 |
| Binary | 11011010 | 11001011 | 11101011 | 111 | 1110 | 0 | 1000 | 100001100 | 101100 | 1010110 |
Color Harmonies of #DACBEB
Complementary color
Monochromatic Colors of #DACBEB
Black with #DACBEB
Text Example
Text Example
White with #DACBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACBEB; }
p { color: rgb(218,203,235); }
H1.HeaderClassName
{
color: #DACBEB;
}
.AnyTagClassName
{
color: #DACBEB;
}
</style>
background-color css
<style>
a { background-color: #DACBEB; }
a { background-color: rgb(218,203,235); }
div.DivClassName
{
background-color: #DACBEB;
}
.BgClassName
{
background-color: #DACBEB;
}
</style>
border-color css
<style>
span { border-color: #DACBEB; }
span { border-color: rgb(218,203,235); }
td.TdClassName
{
border-color: #DACBEB;
}
.TagClassName
{
border-color: #DACBEB;
}
</style>