Shades of Fog #D8CCFB
Tints of Fog #D8CCFB
RGB
CMYK
RGB Variations
Color information
#D8CCFB (or 0xD8CCFB) is known color: Fog. HEX triplet: D8, CC and FB. RGB value is (216,204,251). Sum of RGB (Red+Green+Blue) = 216+204+251=671 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.19% from 671); Green value is 204 (80.08% from 255 or 30.40% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 251 - color contains mainly: blue. Hex color #D8CCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CCFB is #273304. Grayscale: #D4D4D4. Windows color (decimal): -2568965 or 16501976. OLE color: 16501976.
HSL color Cylindrical-coordinate representation of color #D8CCFB: hue angle of 255.32º degrees, saturation: 0.85, 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 #D8CCFB is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 204 | 251 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.02 |
| HSL | 255.32º | 0.85% | 0.89% | - |
| HSV(B) | 255.32º | 0.19% | 0.98% | - |
| XYZ | 67.32 | 64.75 | 100.22 | - |
| YUV | 212.95 | 149.48 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 204 | 251 | 0.14 | 0.19 | 0 | 0.02 | 255.32 | 0.85 | 0.89 |
| Hex | D8 | CC | FB | E | 13 | 0 | 2 | FF | 55 | 59 |
| Octal | 330 | 314 | 373 | 16 | 23 | 0 | 2 | 377 | 125 | 131 |
| Binary | 11011000 | 11001100 | 11111011 | 1110 | 10011 | 0 | 10 | 11111111 | 1010101 | 1011001 |
Color Harmonies of #D8CCFB
Complementary color
Monochromatic Colors of #D8CCFB
Black with #D8CCFB
Text Example
Text Example
White with #D8CCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CCFB; }
p { color: rgb(216,204,251); }
H1.HeaderClassName
{
color: #D8CCFB;
}
.AnyTagClassName
{
color: #D8CCFB;
}
</style>
background-color css
<style>
a { background-color: #D8CCFB; }
a { background-color: rgb(216,204,251); }
div.DivClassName
{
background-color: #D8CCFB;
}
.BgClassName
{
background-color: #D8CCFB;
}
</style>
border-color css
<style>
span { border-color: #D8CCFB; }
span { border-color: rgb(216,204,251); }
td.TdClassName
{
border-color: #D8CCFB;
}
.TagClassName
{
border-color: #D8CCFB;
}
</style>