Shades of Fog #D1CDDB
Tints of Fog #D1CDDB
RGB
CMYK
RGB Variations
Color information
#D1CDDB (or 0xD1CDDB) is known color: Fog. HEX triplet: D1, CD and DB. RGB value is (209,205,219). Sum of RGB (Red+Green+Blue) = 209+205+219=633 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.02% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 219 - color contains mainly: blue. Hex color #D1CDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CDDB is #2E3224. Grayscale: #CFCFCF. Windows color (decimal): -3027493 or 14405073. OLE color: 14405073.
HSL color Cylindrical-coordinate representation of color #D1CDDB: hue angle of 257.14º 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 #D1CDDB is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 209 | 205 | 219 | - |
CMYK | 0.05 | 0.06 | 0 | 0.14 |
HSL | 257.14º | 0.16% | 0.83% | - |
HSV(B) | 257.14º | 0.06% | 0.86% | - |
XYZ | 60.91 | 62.33 | 75.84 | - |
YUV | 207.79 | 134.33 | 128.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 205 | 219 | 0.05 | 0.06 | 0 | 0.14 | 257.14 | 0.16 | 0.83 |
Hex | D1 | CD | DB | 5 | 6 | 0 | E | 101 | 10 | 53 |
Octal | 321 | 315 | 333 | 5 | 6 | 0 | 16 | 401 | 20 | 123 |
Binary | 11010001 | 11001101 | 11011011 | 101 | 110 | 0 | 1110 | 100000001 | 10000 | 1010011 |
Color Harmonies of #D1CDDB
Complementary color
Monochromatic Colors of #D1CDDB
Black with #D1CDDB
Text Example
Text Example
White with #D1CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CDDB; }
p { color: rgb(209,205,219); }
H1.HeaderClassName
{
color: #D1CDDB;
}
.AnyTagClassName
{
color: #D1CDDB;
}
</style>
background-color css
<style>
a { background-color: #D1CDDB; }
a { background-color: rgb(209,205,219); }
div.DivClassName
{
background-color: #D1CDDB;
}
.BgClassName
{
background-color: #D1CDDB;
}
</style>
border-color css
<style>
span { border-color: #D1CDDB; }
span { border-color: rgb(209,205,219); }
td.TdClassName
{
border-color: #D1CDDB;
}
.TagClassName
{
border-color: #D1CDDB;
}
</style>