Shades of Fog #D8CAFD
Tints of Fog #D8CAFD
RGB
CMYK
RGB Variations
Color information
#D8CAFD (or 0xD8CAFD) is known color: Fog. HEX triplet: D8, CA and FD. RGB value is (216,202,253). Sum of RGB (Red+Green+Blue) = 216+202+253=671 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.19% from 671); Green value is 202 (79.30% from 255 or 30.10% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #D8CAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CAFD is #273502. Grayscale: #D3D3D3. Windows color (decimal): -2569475 or 16632536. OLE color: 16632536.
HSL color Cylindrical-coordinate representation of color #D8CAFD: hue angle of 256.47º degrees, saturation: 0.93, 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 #D8CAFD is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 202 | 253 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.01 |
| HSL | 256.47º | 0.93% | 0.89% | - |
| HSV(B) | 256.47º | 0.2% | 0.99% | - |
| XYZ | 67.17 | 63.93 | 101.73 | - |
| YUV | 212 | 151.14 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 202 | 253 | 0.15 | 0.20 | 0 | 0.01 | 256.47 | 0.93 | 0.89 |
| Hex | D8 | CA | FD | F | 14 | 0 | 1 | 100 | 5D | 59 |
| Octal | 330 | 312 | 375 | 17 | 24 | 0 | 1 | 400 | 135 | 131 |
| Binary | 11011000 | 11001010 | 11111101 | 1111 | 10100 | 0 | 1 | 100000000 | 1011101 | 1011001 |
Color Harmonies of #D8CAFD
Complementary color
Monochromatic Colors of #D8CAFD
Black with #D8CAFD
Text Example
Text Example
White with #D8CAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CAFD; }
p { color: rgb(216,202,253); }
H1.HeaderClassName
{
color: #D8CAFD;
}
.AnyTagClassName
{
color: #D8CAFD;
}
</style>
background-color css
<style>
a { background-color: #D8CAFD; }
a { background-color: rgb(216,202,253); }
div.DivClassName
{
background-color: #D8CAFD;
}
.BgClassName
{
background-color: #D8CAFD;
}
</style>
border-color css
<style>
span { border-color: #D8CAFD; }
span { border-color: rgb(216,202,253); }
td.TdClassName
{
border-color: #D8CAFD;
}
.TagClassName
{
border-color: #D8CAFD;
}
</style>