Shades of Fog #D3CBED
Tints of Fog #D3CBED
RGB
CMYK
RGB Variations
Color information
#D3CBED (or 0xD3CBED) is known color: Fog. HEX triplet: D3, CB and ED. RGB value is (211,203,237). Sum of RGB (Red+Green+Blue) = 211+203+237=651 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.41% from 651); Green value is 203 (79.69% from 255 or 31.18% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 237 - color contains mainly: blue. Hex color #D3CBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CBED is #2C3412. Grayscale: #D1D1D1. Windows color (decimal): -2896915 or 15584211. OLE color: 15584211.
HSL color Cylindrical-coordinate representation of color #D3CBED: hue angle of 254.12º 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 #D3CBED is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 203 | 237 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.07 |
| HSL | 254.12º | 0.49% | 0.86% | - |
| HSV(B) | 254.12º | 0.14% | 0.93% | - |
| XYZ | 63.51 | 62.68 | 88.87 | - |
| YUV | 209.27 | 143.65 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 203 | 237 | 0.11 | 0.14 | 0 | 0.07 | 254.12 | 0.49 | 0.86 |
| Hex | D3 | CB | ED | B | E | 0 | 7 | FE | 31 | 56 |
| Octal | 323 | 313 | 355 | 13 | 16 | 0 | 7 | 376 | 61 | 126 |
| Binary | 11010011 | 11001011 | 11101101 | 1011 | 1110 | 0 | 111 | 11111110 | 110001 | 1010110 |
Color Harmonies of #D3CBED
Complementary color
Monochromatic Colors of #D3CBED
Black with #D3CBED
Text Example
Text Example
White with #D3CBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CBED; }
p { color: rgb(211,203,237); }
H1.HeaderClassName
{
color: #D3CBED;
}
.AnyTagClassName
{
color: #D3CBED;
}
</style>
background-color css
<style>
a { background-color: #D3CBED; }
a { background-color: rgb(211,203,237); }
div.DivClassName
{
background-color: #D3CBED;
}
.BgClassName
{
background-color: #D3CBED;
}
</style>
border-color css
<style>
span { border-color: #D3CBED; }
span { border-color: rgb(211,203,237); }
td.TdClassName
{
border-color: #D3CBED;
}
.TagClassName
{
border-color: #D3CBED;
}
</style>