Shades of Fog #D8CBED
Tints of Fog #D8CBED
RGB
CMYK
RGB Variations
Color information
#D8CBED (or 0xD8CBED) is known color: Fog. HEX triplet: D8, CB and ED. RGB value is (216,203,237). Sum of RGB (Red+Green+Blue) = 216+203+237=656 (86% of max value = 765). Red value is 216 (84.77% from 255 or 32.93% from 656); Green value is 203 (79.69% from 255 or 30.95% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 237 - color contains mainly: blue. Hex color #D8CBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CBED is #273412. Grayscale: #D2D2D2. Windows color (decimal): -2569235 or 15584216. OLE color: 15584216.
HSL color Cylindrical-coordinate representation of color #D8CBED: hue angle of 262.94º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8CBED is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 203 | 237 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.07 |
| HSL | 262.94º | 0.49% | 0.86% | - |
| HSV(B) | 262.94º | 0.14% | 0.93% | - |
| XYZ | 64.96 | 63.43 | 88.94 | - |
| YUV | 210.76 | 142.81 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 203 | 237 | 0.09 | 0.14 | 0 | 0.07 | 262.94 | 0.49 | 0.86 |
| Hex | D8 | CB | ED | 9 | E | 0 | 7 | 107 | 31 | 56 |
| Octal | 330 | 313 | 355 | 11 | 16 | 0 | 7 | 407 | 61 | 126 |
| Binary | 11011000 | 11001011 | 11101101 | 1001 | 1110 | 0 | 111 | 100000111 | 110001 | 1010110 |
Color Harmonies of #D8CBED
Complementary color
Monochromatic Colors of #D8CBED
Black with #D8CBED
Text Example
Text Example
White with #D8CBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CBED; }
p { color: rgb(216,203,237); }
H1.HeaderClassName
{
color: #D8CBED;
}
.AnyTagClassName
{
color: #D8CBED;
}
</style>
background-color css
<style>
a { background-color: #D8CBED; }
a { background-color: rgb(216,203,237); }
div.DivClassName
{
background-color: #D8CBED;
}
.BgClassName
{
background-color: #D8CBED;
}
</style>
border-color css
<style>
span { border-color: #D8CBED; }
span { border-color: rgb(216,203,237); }
td.TdClassName
{
border-color: #D8CBED;
}
.TagClassName
{
border-color: #D8CBED;
}
</style>