Shades of Fog #D8CBEB
Tints of Fog #D8CBEB
RGB
CMYK
RGB Variations
Color information
#D8CBEB (or 0xD8CBEB) is known color: Fog. HEX triplet: D8, CB and EB. RGB value is (216,203,235). Sum of RGB (Red+Green+Blue) = 216+203+235=654 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.03% from 654); Green value is 203 (79.69% from 255 or 31.04% from 654); Blue value is 235 (92.19% from 255 or 35.93% from 654); Max value from RGB is 235 - color contains mainly: blue. Hex color #D8CBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CBEB is #273414. Grayscale: #D2D2D2. Windows color (decimal): -2569237 or 15453144. OLE color: 15453144.
HSL color Cylindrical-coordinate representation of color #D8CBEB: hue angle of 264.38º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8CBEB is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 203 | 235 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.08 |
| HSL | 264.38º | 0.44% | 0.86% | - |
| HSV(B) | 264.38º | 0.14% | 0.92% | - |
| XYZ | 64.67 | 63.31 | 87.41 | - |
| YUV | 210.54 | 141.81 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 203 | 235 | 0.08 | 0.14 | 0 | 0.08 | 264.38 | 0.44 | 0.86 |
| Hex | D8 | CB | EB | 8 | E | 0 | 8 | 108 | 2C | 56 |
| Octal | 330 | 313 | 353 | 10 | 16 | 0 | 10 | 410 | 54 | 126 |
| Binary | 11011000 | 11001011 | 11101011 | 1000 | 1110 | 0 | 1000 | 100001000 | 101100 | 1010110 |
Color Harmonies of #D8CBEB
Complementary color
Monochromatic Colors of #D8CBEB
Black with #D8CBEB
Text Example
Text Example
White with #D8CBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CBEB; }
p { color: rgb(216,203,235); }
H1.HeaderClassName
{
color: #D8CBEB;
}
.AnyTagClassName
{
color: #D8CBEB;
}
</style>
background-color css
<style>
a { background-color: #D8CBEB; }
a { background-color: rgb(216,203,235); }
div.DivClassName
{
background-color: #D8CBEB;
}
.BgClassName
{
background-color: #D8CBEB;
}
</style>
border-color css
<style>
span { border-color: #D8CBEB; }
span { border-color: rgb(216,203,235); }
td.TdClassName
{
border-color: #D8CBEB;
}
.TagClassName
{
border-color: #D8CBEB;
}
</style>