Shades of Fog #D8CBFA
Tints of Fog #D8CBFA
RGB
CMYK
RGB Variations
Color information
#D8CBFA (or 0xD8CBFA) is known color: Fog. HEX triplet: D8, CB and FA. RGB value is (216,203,250). Sum of RGB (Red+Green+Blue) = 216+203+250=669 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.29% from 669); Green value is 203 (79.69% from 255 or 30.34% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #D8CBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CBFA is #273405. Grayscale: #D4D4D4. Windows color (decimal): -2569222 or 16436184. OLE color: 16436184.
HSL color Cylindrical-coordinate representation of color #D8CBFA: hue angle of 256.6º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8CBFA is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 203 | 250 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.02 |
| HSL | 256.6º | 0.82% | 0.89% | - |
| HSV(B) | 256.6º | 0.19% | 0.98% | - |
| XYZ | 66.93 | 64.21 | 99.31 | - |
| YUV | 212.25 | 149.31 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 203 | 250 | 0.14 | 0.19 | 0 | 0.02 | 256.6 | 0.82 | 0.89 |
| Hex | D8 | CB | FA | E | 13 | 0 | 2 | 101 | 52 | 59 |
| Octal | 330 | 313 | 372 | 16 | 23 | 0 | 2 | 401 | 122 | 131 |
| Binary | 11011000 | 11001011 | 11111010 | 1110 | 10011 | 0 | 10 | 100000001 | 1010010 | 1011001 |
Color Harmonies of #D8CBFA
Complementary color
Monochromatic Colors of #D8CBFA
Black with #D8CBFA
Text Example
Text Example
White with #D8CBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CBFA; }
p { color: rgb(216,203,250); }
H1.HeaderClassName
{
color: #D8CBFA;
}
.AnyTagClassName
{
color: #D8CBFA;
}
</style>
background-color css
<style>
a { background-color: #D8CBFA; }
a { background-color: rgb(216,203,250); }
div.DivClassName
{
background-color: #D8CBFA;
}
.BgClassName
{
background-color: #D8CBFA;
}
</style>
border-color css
<style>
span { border-color: #D8CBFA; }
span { border-color: rgb(216,203,250); }
td.TdClassName
{
border-color: #D8CBFA;
}
.TagClassName
{
border-color: #D8CBFA;
}
</style>