Shades of Fog #D1CDDA
Tints of Fog #D1CDDA
RGB
CMYK
RGB Variations
Color information
#D1CDDA (or 0xD1CDDA) is known color: Fog. HEX triplet: D1, CD and DA. RGB value is (209,205,218). Sum of RGB (Red+Green+Blue) = 209+205+218=632 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.07% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 218 - color contains mainly: blue. Hex color #D1CDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CDDA is #2E3225. Grayscale: #CFCFCF. Windows color (decimal): -3027494 or 14339537. OLE color: 14339537.
HSL color Cylindrical-coordinate representation of color #D1CDDA: hue angle of 258.46º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D1CDDA is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 209 | 205 | 218 | - |
CMYK | 0.04 | 0.06 | 0 | 0.15 |
HSL | 258.46º | 0.15% | 0.83% | - |
HSV(B) | 258.46º | 0.06% | 0.85% | - |
XYZ | 60.78 | 62.28 | 75.15 | - |
YUV | 207.68 | 133.83 | 128.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 205 | 218 | 0.04 | 0.06 | 0 | 0.15 | 258.46 | 0.15 | 0.83 |
Hex | D1 | CD | DA | 4 | 6 | 0 | F | 102 | F | 53 |
Octal | 321 | 315 | 332 | 4 | 6 | 0 | 17 | 402 | 17 | 123 |
Binary | 11010001 | 11001101 | 11011010 | 100 | 110 | 0 | 1111 | 100000010 | 1111 | 1010011 |
Color Harmonies of #D1CDDA
Complementary color
Monochromatic Colors of #D1CDDA
Black with #D1CDDA
Text Example
Text Example
White with #D1CDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CDDA; }
p { color: rgb(209,205,218); }
H1.HeaderClassName
{
color: #D1CDDA;
}
.AnyTagClassName
{
color: #D1CDDA;
}
</style>
background-color css
<style>
a { background-color: #D1CDDA; }
a { background-color: rgb(209,205,218); }
div.DivClassName
{
background-color: #D1CDDA;
}
.BgClassName
{
background-color: #D1CDDA;
}
</style>
border-color css
<style>
span { border-color: #D1CDDA; }
span { border-color: rgb(209,205,218); }
td.TdClassName
{
border-color: #D1CDDA;
}
.TagClassName
{
border-color: #D1CDDA;
}
</style>