Shades of Fog #D0BCEC
Tints of Fog #D0BCEC
RGB
CMYK
RGB Variations
Color information
#D0BCEC (or 0xD0BCEC) is known color: Fog. HEX triplet: D0, BC and EC. RGB value is (208,188,236). Sum of RGB (Red+Green+Blue) = 208+188+236=632 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.91% from 632); Green value is 188 (73.83% from 255 or 29.75% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #D0BCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BCEC is #2F4313. Grayscale: #C7C7C7. Windows color (decimal): -3097364 or 15514832. OLE color: 15514832.
HSL color Cylindrical-coordinate representation of color #D0BCEC: hue angle of 265º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0BCEC is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 188 | 236 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.07 |
| HSL | 265º | 0.56% | 0.83% | - |
| HSV(B) | 265º | 0.2% | 0.93% | - |
| XYZ | 59.14 | 55.43 | 86.94 | - |
| YUV | 199.45 | 148.63 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 188 | 236 | 0.12 | 0.20 | 0 | 0.07 | 265 | 0.56 | 0.83 |
| Hex | D0 | BC | EC | C | 14 | 0 | 7 | 109 | 38 | 53 |
| Octal | 320 | 274 | 354 | 14 | 24 | 0 | 7 | 411 | 70 | 123 |
| Binary | 11010000 | 10111100 | 11101100 | 1100 | 10100 | 0 | 111 | 100001001 | 111000 | 1010011 |
Color Harmonies of #D0BCEC
Complementary color
Monochromatic Colors of #D0BCEC
Black with #D0BCEC
Text Example
Text Example
White with #D0BCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BCEC; }
p { color: rgb(208,188,236); }
H1.HeaderClassName
{
color: #D0BCEC;
}
.AnyTagClassName
{
color: #D0BCEC;
}
</style>
background-color css
<style>
a { background-color: #D0BCEC; }
a { background-color: rgb(208,188,236); }
div.DivClassName
{
background-color: #D0BCEC;
}
.BgClassName
{
background-color: #D0BCEC;
}
</style>
border-color css
<style>
span { border-color: #D0BCEC; }
span { border-color: rgb(208,188,236); }
td.TdClassName
{
border-color: #D0BCEC;
}
.TagClassName
{
border-color: #D0BCEC;
}
</style>