Shades of Fog #D8CBF9
Tints of Fog #D8CBF9
RGB
CMYK
RGB Variations
Color information
#D8CBF9 (or 0xD8CBF9) is known color: Fog. HEX triplet: D8, CB and F9. RGB value is (216,203,249). Sum of RGB (Red+Green+Blue) = 216+203+249=668 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.34% from 668); Green value is 203 (79.69% from 255 or 30.39% from 668); Blue value is 249 (97.66% from 255 or 37.28% from 668); Max value from RGB is 249 - color contains mainly: blue. Hex color #D8CBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CBF9 is #273406. Grayscale: #D3D3D3. Windows color (decimal): -2569223 or 16370648. OLE color: 16370648.
HSL color Cylindrical-coordinate representation of color #D8CBF9: hue angle of 256.96º 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 #D8CBF9 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 216 | 203 | 249 | - |
CMYK | 0.13 | 0.18 | 0 | 0.02 |
HSL | 256.96º | 0.79% | 0.89% | - |
HSV(B) | 256.96º | 0.18% | 0.98% | - |
XYZ | 66.77 | 64.15 | 98.49 | - |
YUV | 212.13 | 148.81 | 130.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 203 | 249 | 0.13 | 0.18 | 0 | 0.02 | 256.96 | 0.79 | 0.89 |
Hex | D8 | CB | F9 | D | 12 | 0 | 2 | 101 | 4F | 59 |
Octal | 330 | 313 | 371 | 15 | 22 | 0 | 2 | 401 | 117 | 131 |
Binary | 11011000 | 11001011 | 11111001 | 1101 | 10010 | 0 | 10 | 100000001 | 1001111 | 1011001 |
Color Harmonies of #D8CBF9
Complementary color
Monochromatic Colors of #D8CBF9
Black with #D8CBF9
Text Example
Text Example
White with #D8CBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CBF9; }
p { color: rgb(216,203,249); }
H1.HeaderClassName
{
color: #D8CBF9;
}
.AnyTagClassName
{
color: #D8CBF9;
}
</style>
background-color css
<style>
a { background-color: #D8CBF9; }
a { background-color: rgb(216,203,249); }
div.DivClassName
{
background-color: #D8CBF9;
}
.BgClassName
{
background-color: #D8CBF9;
}
</style>
border-color css
<style>
span { border-color: #D8CBF9; }
span { border-color: rgb(216,203,249); }
td.TdClassName
{
border-color: #D8CBF9;
}
.TagClassName
{
border-color: #D8CBF9;
}
</style>