Shades of Fog #D3CDEB
Tints of Fog #D3CDEB
RGB
CMYK
RGB Variations
Color information
#D3CDEB (or 0xD3CDEB) is known color: Fog. HEX triplet: D3, CD and EB. RGB value is (211,205,235). Sum of RGB (Red+Green+Blue) = 211+205+235=651 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.41% from 651); Green value is 205 (80.47% from 255 or 31.49% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 235 - color contains mainly: blue. Hex color #D3CDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CDEB is #2C3214. Grayscale: #D2D2D2. Windows color (decimal): -2896405 or 15453651. OLE color: 15453651.
HSL color Cylindrical-coordinate representation of color #D3CDEB: hue angle of 252º degrees, saturation: 0.43, 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 #D3CDEB is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 205 | 235 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.08 |
| HSL | 252º | 0.43% | 0.86% | - |
| HSV(B) | 252º | 0.13% | 0.92% | - |
| XYZ | 63.69 | 63.51 | 87.5 | - |
| YUV | 210.21 | 141.99 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 205 | 235 | 0.10 | 0.13 | 0 | 0.08 | 252 | 0.43 | 0.86 |
| Hex | D3 | CD | EB | A | D | 0 | 8 | FC | 2B | 56 |
| Octal | 323 | 315 | 353 | 12 | 15 | 0 | 10 | 374 | 53 | 126 |
| Binary | 11010011 | 11001101 | 11101011 | 1010 | 1101 | 0 | 1000 | 11111100 | 101011 | 1010110 |
Color Harmonies of #D3CDEB
Complementary color
Monochromatic Colors of #D3CDEB
Black with #D3CDEB
Text Example
Text Example
White with #D3CDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CDEB; }
p { color: rgb(211,205,235); }
H1.HeaderClassName
{
color: #D3CDEB;
}
.AnyTagClassName
{
color: #D3CDEB;
}
</style>
background-color css
<style>
a { background-color: #D3CDEB; }
a { background-color: rgb(211,205,235); }
div.DivClassName
{
background-color: #D3CDEB;
}
.BgClassName
{
background-color: #D3CDEB;
}
</style>
border-color css
<style>
span { border-color: #D3CDEB; }
span { border-color: rgb(211,205,235); }
td.TdClassName
{
border-color: #D3CDEB;
}
.TagClassName
{
border-color: #D3CDEB;
}
</style>