Shades of Fog #D1CCD9
Tints of Fog #D1CCD9
RGB
CMYK
RGB Variations
Color information
#D1CCD9 (or 0xD1CCD9) is known color: Fog. HEX triplet: D1, CC and D9. RGB value is (209,204,217). Sum of RGB (Red+Green+Blue) = 209+204+217=630 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.17% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 217 (85.16% from 255 or 34.44% from 630); Max value from RGB is 217 - color contains mainly: blue. Hex color #D1CCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CCD9 is #2E3326. Grayscale: #CECECE. Windows color (decimal): -3027751 or 14273745. OLE color: 14273745.
HSL color Cylindrical-coordinate representation of color #D1CCD9: hue angle of 263.08º 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 #D1CCD9 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 209 | 204 | 217 | - |
CMYK | 0.04 | 0.06 | 0 | 0.15 |
HSL | 263.08º | 0.15% | 0.83% | - |
HSV(B) | 263.08º | 0.06% | 0.85% | - |
XYZ | 60.41 | 61.75 | 74.38 | - |
YUV | 206.98 | 133.66 | 129.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 204 | 217 | 0.04 | 0.06 | 0 | 0.15 | 263.08 | 0.15 | 0.83 |
Hex | D1 | CC | D9 | 4 | 6 | 0 | F | 107 | F | 53 |
Octal | 321 | 314 | 331 | 4 | 6 | 0 | 17 | 407 | 17 | 123 |
Binary | 11010001 | 11001100 | 11011001 | 100 | 110 | 0 | 1111 | 100000111 | 1111 | 1010011 |
Color Harmonies of #D1CCD9
Complementary color
Monochromatic Colors of #D1CCD9
Black with #D1CCD9
Text Example
Text Example
White with #D1CCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CCD9; }
p { color: rgb(209,204,217); }
H1.HeaderClassName
{
color: #D1CCD9;
}
.AnyTagClassName
{
color: #D1CCD9;
}
</style>
background-color css
<style>
a { background-color: #D1CCD9; }
a { background-color: rgb(209,204,217); }
div.DivClassName
{
background-color: #D1CCD9;
}
.BgClassName
{
background-color: #D1CCD9;
}
</style>
border-color css
<style>
span { border-color: #D1CCD9; }
span { border-color: rgb(209,204,217); }
td.TdClassName
{
border-color: #D1CCD9;
}
.TagClassName
{
border-color: #D1CCD9;
}
</style>