Shades of Fog #D6BEEC
Tints of Fog #D6BEEC
RGB
CMYK
RGB Variations
Color information
#D6BEEC (or 0xD6BEEC) is known color: Fog. HEX triplet: D6, BE and EC. RGB value is (214,190,236). Sum of RGB (Red+Green+Blue) = 214+190+236=640 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.44% from 640); Green value is 190 (74.61% from 255 or 29.69% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #D6BEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BEEC is #294113. Grayscale: #CACACA. Windows color (decimal): -2703636 or 15515350. OLE color: 15515350.
HSL color Cylindrical-coordinate representation of color #D6BEEC: hue angle of 271.3º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6BEEC is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 190 | 236 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.07 |
| HSL | 271.3º | 0.55% | 0.84% | - |
| HSV(B) | 271.3º | 0.19% | 0.93% | - |
| XYZ | 61.29 | 57.18 | 87.16 | - |
| YUV | 202.42 | 146.95 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 190 | 236 | 0.09 | 0.19 | 0 | 0.07 | 271.3 | 0.55 | 0.84 |
| Hex | D6 | BE | EC | 9 | 13 | 0 | 7 | 10F | 37 | 54 |
| Octal | 326 | 276 | 354 | 11 | 23 | 0 | 7 | 417 | 67 | 124 |
| Binary | 11010110 | 10111110 | 11101100 | 1001 | 10011 | 0 | 111 | 100001111 | 110111 | 1010100 |
Color Harmonies of #D6BEEC
Complementary color
Monochromatic Colors of #D6BEEC
Black with #D6BEEC
Text Example
Text Example
White with #D6BEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BEEC; }
p { color: rgb(214,190,236); }
H1.HeaderClassName
{
color: #D6BEEC;
}
.AnyTagClassName
{
color: #D6BEEC;
}
</style>
background-color css
<style>
a { background-color: #D6BEEC; }
a { background-color: rgb(214,190,236); }
div.DivClassName
{
background-color: #D6BEEC;
}
.BgClassName
{
background-color: #D6BEEC;
}
</style>
border-color css
<style>
span { border-color: #D6BEEC; }
span { border-color: rgb(214,190,236); }
td.TdClassName
{
border-color: #D6BEEC;
}
.TagClassName
{
border-color: #D6BEEC;
}
</style>