Shades of Fog #D8CAFC
Tints of Fog #D8CAFC
RGB
CMYK
RGB Variations
Color information
#D8CAFC (or 0xD8CAFC) is known color: Fog. HEX triplet: D8, CA and FC. RGB value is (216,202,252). Sum of RGB (Red+Green+Blue) = 216+202+252=670 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.24% from 670); Green value is 202 (79.30% from 255 or 30.15% from 670); Blue value is 252 (98.83% from 255 or 37.61% from 670); Max value from RGB is 252 - color contains mainly: blue. Hex color #D8CAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CAFC is #273503. Grayscale: #D3D3D3. Windows color (decimal): -2569476 or 16567000. OLE color: 16567000.
HSL color Cylindrical-coordinate representation of color #D8CAFC: hue angle of 256.8º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8CAFC is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 202 | 252 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.01 |
| HSL | 256.8º | 0.89% | 0.89% | - |
| HSV(B) | 256.8º | 0.2% | 0.99% | - |
| XYZ | 67.01 | 63.87 | 100.89 | - |
| YUV | 211.89 | 150.64 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 202 | 252 | 0.14 | 0.20 | 0 | 0.01 | 256.8 | 0.89 | 0.89 |
| Hex | D8 | CA | FC | E | 14 | 0 | 1 | 101 | 59 | 59 |
| Octal | 330 | 312 | 374 | 16 | 24 | 0 | 1 | 401 | 131 | 131 |
| Binary | 11011000 | 11001010 | 11111100 | 1110 | 10100 | 0 | 1 | 100000001 | 1011001 | 1011001 |
Color Harmonies of #D8CAFC
Complementary color
Monochromatic Colors of #D8CAFC
Black with #D8CAFC
Text Example
Text Example
White with #D8CAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CAFC; }
p { color: rgb(216,202,252); }
H1.HeaderClassName
{
color: #D8CAFC;
}
.AnyTagClassName
{
color: #D8CAFC;
}
</style>
background-color css
<style>
a { background-color: #D8CAFC; }
a { background-color: rgb(216,202,252); }
div.DivClassName
{
background-color: #D8CAFC;
}
.BgClassName
{
background-color: #D8CAFC;
}
</style>
border-color css
<style>
span { border-color: #D8CAFC; }
span { border-color: rgb(216,202,252); }
td.TdClassName
{
border-color: #D8CAFC;
}
.TagClassName
{
border-color: #D8CAFC;
}
</style>