Shades of Fog #D1CCDD
Tints of Fog #D1CCDD
RGB
CMYK
RGB Variations
Color information
#D1CCDD (or 0xD1CCDD) is known color: Fog. HEX triplet: D1, CC and DD. RGB value is (209,204,221). Sum of RGB (Red+Green+Blue) = 209+204+221=634 (83% of max value = 765). Red value is 209 (82.03% from 255 or 32.97% from 634); Green value is 204 (80.08% from 255 or 32.18% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 221 - color contains mainly: blue. Hex color #D1CCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CCDD is #2E3322. Grayscale: #CFCFCF. Windows color (decimal): -3027747 or 14535889. OLE color: 14535889.
HSL color Cylindrical-coordinate representation of color #D1CCDD: hue angle of 257.65º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D1CCDD is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 209 | 204 | 221 | - |
CMYK | 0.05 | 0.08 | 0 | 0.13 |
HSL | 257.65º | 0.2% | 0.83% | - |
HSV(B) | 257.65º | 0.08% | 0.87% | - |
XYZ | 60.94 | 61.96 | 77.15 | - |
YUV | 207.43 | 135.66 | 129.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 204 | 221 | 0.05 | 0.08 | 0 | 0.13 | 257.65 | 0.2 | 0.83 |
Hex | D1 | CC | DD | 5 | 8 | 0 | D | 102 | 14 | 53 |
Octal | 321 | 314 | 335 | 5 | 10 | 0 | 15 | 402 | 24 | 123 |
Binary | 11010001 | 11001100 | 11011101 | 101 | 1000 | 0 | 1101 | 100000010 | 10100 | 1010011 |
Color Harmonies of #D1CCDD
Complementary color
Monochromatic Colors of #D1CCDD
Black with #D1CCDD
Text Example
Text Example
White with #D1CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CCDD; }
p { color: rgb(209,204,221); }
H1.HeaderClassName
{
color: #D1CCDD;
}
.AnyTagClassName
{
color: #D1CCDD;
}
</style>
background-color css
<style>
a { background-color: #D1CCDD; }
a { background-color: rgb(209,204,221); }
div.DivClassName
{
background-color: #D1CCDD;
}
.BgClassName
{
background-color: #D1CCDD;
}
</style>
border-color css
<style>
span { border-color: #D1CCDD; }
span { border-color: rgb(209,204,221); }
td.TdClassName
{
border-color: #D1CCDD;
}
.TagClassName
{
border-color: #D1CCDD;
}
</style>