Shades of Fog #D0BCED
Tints of Fog #D0BCED
RGB
CMYK
RGB Variations
Color information
#D0BCED (or 0xD0BCED) is known color: Fog. HEX triplet: D0, BC and ED. RGB value is (208,188,237). Sum of RGB (Red+Green+Blue) = 208+188+237=633 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.86% from 633); Green value is 188 (73.83% from 255 or 29.70% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 237 - color contains mainly: blue. Hex color #D0BCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BCED is #2F4312. Grayscale: #C7C7C7. Windows color (decimal): -3097363 or 15580368. OLE color: 15580368.
HSL color Cylindrical-coordinate representation of color #D0BCED: hue angle of 264.49º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0BCED is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 188 | 237 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.07 |
| HSL | 264.49º | 0.58% | 0.83% | - |
| HSV(B) | 264.49º | 0.21% | 0.93% | - |
| XYZ | 59.28 | 55.49 | 87.71 | - |
| YUV | 199.57 | 149.13 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 188 | 237 | 0.12 | 0.21 | 0 | 0.07 | 264.49 | 0.58 | 0.83 |
| Hex | D0 | BC | ED | C | 15 | 0 | 7 | 108 | 3A | 53 |
| Octal | 320 | 274 | 355 | 14 | 25 | 0 | 7 | 410 | 72 | 123 |
| Binary | 11010000 | 10111100 | 11101101 | 1100 | 10101 | 0 | 111 | 100001000 | 111010 | 1010011 |
Color Harmonies of #D0BCED
Complementary color
Monochromatic Colors of #D0BCED
Black with #D0BCED
Text Example
Text Example
White with #D0BCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BCED; }
p { color: rgb(208,188,237); }
H1.HeaderClassName
{
color: #D0BCED;
}
.AnyTagClassName
{
color: #D0BCED;
}
</style>
background-color css
<style>
a { background-color: #D0BCED; }
a { background-color: rgb(208,188,237); }
div.DivClassName
{
background-color: #D0BCED;
}
.BgClassName
{
background-color: #D0BCED;
}
</style>
border-color css
<style>
span { border-color: #D0BCED; }
span { border-color: rgb(208,188,237); }
td.TdClassName
{
border-color: #D0BCED;
}
.TagClassName
{
border-color: #D0BCED;
}
</style>