Shades of Fog #D8CDF9
Tints of Fog #D8CDF9
RGB
CMYK
RGB Variations
Color information
#D8CDF9 (or 0xD8CDF9) is known color: Fog. HEX triplet: D8, CD and F9. RGB value is (216,205,249). Sum of RGB (Red+Green+Blue) = 216+205+249=670 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.24% from 670); Green value is 205 (80.47% from 255 or 30.60% from 670); Blue value is 249 (97.66% from 255 or 37.16% from 670); Max value from RGB is 249 - color contains mainly: blue. Hex color #D8CDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CDF9 is #273206. Grayscale: #D5D5D5. Windows color (decimal): -2568711 or 16371160. OLE color: 16371160.
HSL color Cylindrical-coordinate representation of color #D8CDF9: hue angle of 255º degrees, saturation: 0.79, 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 #D8CDF9 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 216 | 205 | 249 | - |
CMYK | 0.13 | 0.18 | 0 | 0.02 |
HSL | 255º | 0.79% | 0.89% | - |
HSV(B) | 255º | 0.18% | 0.98% | - |
XYZ | 67.25 | 65.1 | 98.64 | - |
YUV | 213.31 | 148.14 | 129.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 205 | 249 | 0.13 | 0.18 | 0 | 0.02 | 255 | 0.79 | 0.89 |
Hex | D8 | CD | F9 | D | 12 | 0 | 2 | FF | 4F | 59 |
Octal | 330 | 315 | 371 | 15 | 22 | 0 | 2 | 377 | 117 | 131 |
Binary | 11011000 | 11001101 | 11111001 | 1101 | 10010 | 0 | 10 | 11111111 | 1001111 | 1011001 |
Color Harmonies of #D8CDF9
Complementary color
Monochromatic Colors of #D8CDF9
Black with #D8CDF9
Text Example
Text Example
White with #D8CDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CDF9; }
p { color: rgb(216,205,249); }
H1.HeaderClassName
{
color: #D8CDF9;
}
.AnyTagClassName
{
color: #D8CDF9;
}
</style>
background-color css
<style>
a { background-color: #D8CDF9; }
a { background-color: rgb(216,205,249); }
div.DivClassName
{
background-color: #D8CDF9;
}
.BgClassName
{
background-color: #D8CDF9;
}
</style>
border-color css
<style>
span { border-color: #D8CDF9; }
span { border-color: rgb(216,205,249); }
td.TdClassName
{
border-color: #D8CDF9;
}
.TagClassName
{
border-color: #D8CDF9;
}
</style>