Shades of Fog #D1CBEA
Tints of Fog #D1CBEA
RGB
CMYK
RGB Variations
Color information
#D1CBEA (or 0xD1CBEA) is known color: Fog. HEX triplet: D1, CB and EA. RGB value is (209,203,234). Sum of RGB (Red+Green+Blue) = 209+203+234=646 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.35% from 646); Green value is 203 (79.69% from 255 or 31.42% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 234 - color contains mainly: blue. Hex color #D1CBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CBEA is #2E3415. Grayscale: #D0D0D0. Windows color (decimal): -3027990 or 15387601. OLE color: 15387601.
HSL color Cylindrical-coordinate representation of color #D1CBEA: hue angle of 251.61º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1CBEA is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 203 | 234 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.08 |
| HSL | 251.61º | 0.42% | 0.86% | - |
| HSV(B) | 251.61º | 0.13% | 0.92% | - |
| XYZ | 62.5 | 62.21 | 86.55 | - |
| YUV | 208.33 | 142.49 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 203 | 234 | 0.11 | 0.13 | 0 | 0.08 | 251.61 | 0.42 | 0.86 |
| Hex | D1 | CB | EA | B | D | 0 | 8 | FC | 2A | 56 |
| Octal | 321 | 313 | 352 | 13 | 15 | 0 | 10 | 374 | 52 | 126 |
| Binary | 11010001 | 11001011 | 11101010 | 1011 | 1101 | 0 | 1000 | 11111100 | 101010 | 1010110 |
Color Harmonies of #D1CBEA
Complementary color
Monochromatic Colors of #D1CBEA
Black with #D1CBEA
Text Example
Text Example
White with #D1CBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CBEA; }
p { color: rgb(209,203,234); }
H1.HeaderClassName
{
color: #D1CBEA;
}
.AnyTagClassName
{
color: #D1CBEA;
}
</style>
background-color css
<style>
a { background-color: #D1CBEA; }
a { background-color: rgb(209,203,234); }
div.DivClassName
{
background-color: #D1CBEA;
}
.BgClassName
{
background-color: #D1CBEA;
}
</style>
border-color css
<style>
span { border-color: #D1CBEA; }
span { border-color: rgb(209,203,234); }
td.TdClassName
{
border-color: #D1CBEA;
}
.TagClassName
{
border-color: #D1CBEA;
}
</style>