Shades of Fog #D3CDDB
Tints of Fog #D3CDDB
RGB
CMYK
RGB Variations
Color information
#D3CDDB (or 0xD3CDDB) is known color: Fog. HEX triplet: D3, CD and DB. RGB value is (211,205,219). Sum of RGB (Red+Green+Blue) = 211+205+219=635 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.23% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 219 - color contains mainly: blue. Hex color #D3CDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CDDB is #2C3224. Grayscale: #D0D0D0. Windows color (decimal): -2896421 or 14405075. OLE color: 14405075.
HSL color Cylindrical-coordinate representation of color #D3CDDB: hue angle of 265.71º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D3CDDB is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 211 | 205 | 219 | - |
CMYK | 0.04 | 0.06 | 0 | 0.14 |
HSL | 265.71º | 0.16% | 0.83% | - |
HSV(B) | 265.71º | 0.06% | 0.86% | - |
XYZ | 61.48 | 62.63 | 75.87 | - |
YUV | 208.39 | 133.99 | 129.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 205 | 219 | 0.04 | 0.06 | 0 | 0.14 | 265.71 | 0.16 | 0.83 |
Hex | D3 | CD | DB | 4 | 6 | 0 | E | 10A | 10 | 53 |
Octal | 323 | 315 | 333 | 4 | 6 | 0 | 16 | 412 | 20 | 123 |
Binary | 11010011 | 11001101 | 11011011 | 100 | 110 | 0 | 1110 | 100001010 | 10000 | 1010011 |
Color Harmonies of #D3CDDB
Complementary color
Monochromatic Colors of #D3CDDB
Black with #D3CDDB
Text Example
Text Example
White with #D3CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CDDB; }
p { color: rgb(211,205,219); }
H1.HeaderClassName
{
color: #D3CDDB;
}
.AnyTagClassName
{
color: #D3CDDB;
}
</style>
background-color css
<style>
a { background-color: #D3CDDB; }
a { background-color: rgb(211,205,219); }
div.DivClassName
{
background-color: #D3CDDB;
}
.BgClassName
{
background-color: #D3CDDB;
}
</style>
border-color css
<style>
span { border-color: #D3CDDB; }
span { border-color: rgb(211,205,219); }
td.TdClassName
{
border-color: #D3CDDB;
}
.TagClassName
{
border-color: #D3CDDB;
}
</style>