Shades of Fog #DACBED
Tints of Fog #DACBED
RGB
CMYK
RGB Variations
Color information
#DACBED (or 0xDACBED) is known color: Fog. HEX triplet: DA, CB and ED. RGB value is (218,203,237). Sum of RGB (Red+Green+Blue) = 218+203+237=658 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.13% from 658); Green value is 203 (79.69% from 255 or 30.85% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 237 - color contains mainly: blue. Hex color #DACBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACBED is #253412. Grayscale: #D3D3D3. Windows color (decimal): -2438163 or 15584218. OLE color: 15584218.
HSL color Cylindrical-coordinate representation of color #DACBED: hue angle of 266.47º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DACBED is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 203 | 237 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.07 |
| HSL | 266.47º | 0.49% | 0.86% | - |
| HSV(B) | 266.47º | 0.14% | 0.93% | - |
| XYZ | 65.56 | 63.73 | 88.97 | - |
| YUV | 211.36 | 142.47 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 237 | 0.08 | 0.14 | 0 | 0.07 | 266.47 | 0.49 | 0.86 |
| Hex | DA | CB | ED | 8 | E | 0 | 7 | 10A | 31 | 56 |
| Octal | 332 | 313 | 355 | 10 | 16 | 0 | 7 | 412 | 61 | 126 |
| Binary | 11011010 | 11001011 | 11101101 | 1000 | 1110 | 0 | 111 | 100001010 | 110001 | 1010110 |
Color Harmonies of #DACBED
Complementary color
Monochromatic Colors of #DACBED
Black with #DACBED
Text Example
Text Example
White with #DACBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACBED; }
p { color: rgb(218,203,237); }
H1.HeaderClassName
{
color: #DACBED;
}
.AnyTagClassName
{
color: #DACBED;
}
</style>
background-color css
<style>
a { background-color: #DACBED; }
a { background-color: rgb(218,203,237); }
div.DivClassName
{
background-color: #DACBED;
}
.BgClassName
{
background-color: #DACBED;
}
</style>
border-color css
<style>
span { border-color: #DACBED; }
span { border-color: rgb(218,203,237); }
td.TdClassName
{
border-color: #DACBED;
}
.TagClassName
{
border-color: #DACBED;
}
</style>