Shades of Fog #D8CCFA
Tints of Fog #D8CCFA
RGB
CMYK
RGB Variations
Color information
#D8CCFA (or 0xD8CCFA) is known color: Fog. HEX triplet: D8, CC and FA. RGB value is (216,204,250). Sum of RGB (Red+Green+Blue) = 216+204+250=670 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.24% from 670); Green value is 204 (80.08% from 255 or 30.45% from 670); Blue value is 250 (98.05% from 255 or 37.31% from 670); Max value from RGB is 250 - color contains mainly: blue. Hex color #D8CCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CCFA is #273305. Grayscale: #D4D4D4. Windows color (decimal): -2568966 or 16436440. OLE color: 16436440.
HSL color Cylindrical-coordinate representation of color #D8CCFA: hue angle of 255.65º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D8CCFA is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 204 | 250 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.02 |
| HSL | 255.65º | 0.82% | 0.89% | - |
| HSV(B) | 255.65º | 0.18% | 0.98% | - |
| XYZ | 67.17 | 64.69 | 99.39 | - |
| YUV | 212.83 | 148.98 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 204 | 250 | 0.14 | 0.18 | 0 | 0.02 | 255.65 | 0.82 | 0.89 |
| Hex | D8 | CC | FA | E | 12 | 0 | 2 | 100 | 52 | 59 |
| Octal | 330 | 314 | 372 | 16 | 22 | 0 | 2 | 400 | 122 | 131 |
| Binary | 11011000 | 11001100 | 11111010 | 1110 | 10010 | 0 | 10 | 100000000 | 1010010 | 1011001 |
Color Harmonies of #D8CCFA
Complementary color
Monochromatic Colors of #D8CCFA
Black with #D8CCFA
Text Example
Text Example
White with #D8CCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CCFA; }
p { color: rgb(216,204,250); }
H1.HeaderClassName
{
color: #D8CCFA;
}
.AnyTagClassName
{
color: #D8CCFA;
}
</style>
background-color css
<style>
a { background-color: #D8CCFA; }
a { background-color: rgb(216,204,250); }
div.DivClassName
{
background-color: #D8CCFA;
}
.BgClassName
{
background-color: #D8CCFA;
}
</style>
border-color css
<style>
span { border-color: #D8CCFA; }
span { border-color: rgb(216,204,250); }
td.TdClassName
{
border-color: #D8CCFA;
}
.TagClassName
{
border-color: #D8CCFA;
}
</style>