Shades of Fog #D1CCD6
Tints of Fog #D1CCD6
RGB
CMYK
RGB Variations
Color information
#D1CCD6 (or 0xD1CCD6) is known color: Fog. HEX triplet: D1, CC and D6. RGB value is (209,204,214). Sum of RGB (Red+Green+Blue) = 209+204+214=627 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.33% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 214 (83.98% from 255 or 34.13% from 627); Max value from RGB is 214 - color contains mainly: blue. Hex color #D1CCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CCD6 is #2E3329. Grayscale: #CECECE. Windows color (decimal): -3027754 or 14077137. OLE color: 14077137.
HSL color Cylindrical-coordinate representation of color #D1CCD6: hue angle of 270º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D1CCD6 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 209 | 204 | 214 | - |
CMYK | 0.02 | 0.05 | 0 | 0.16 |
HSL | 270º | 0.11% | 0.82% | - |
HSV(B) | 270º | 0.05% | 0.84% | - |
XYZ | 60.02 | 61.6 | 72.34 | - |
YUV | 206.64 | 132.16 | 129.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 204 | 214 | 0.02 | 0.05 | 0 | 0.16 | 270 | 0.11 | 0.82 |
Hex | D1 | CC | D6 | 2 | 5 | 0 | 10 | 10E | B | 52 |
Octal | 321 | 314 | 326 | 2 | 5 | 0 | 20 | 416 | 13 | 122 |
Binary | 11010001 | 11001100 | 11010110 | 10 | 101 | 0 | 10000 | 100001110 | 1011 | 1010010 |
Color Harmonies of #D1CCD6
Complementary color
Monochromatic Colors of #D1CCD6
Black with #D1CCD6
Text Example
Text Example
White with #D1CCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CCD6; }
p { color: rgb(209,204,214); }
H1.HeaderClassName
{
color: #D1CCD6;
}
.AnyTagClassName
{
color: #D1CCD6;
}
</style>
background-color css
<style>
a { background-color: #D1CCD6; }
a { background-color: rgb(209,204,214); }
div.DivClassName
{
background-color: #D1CCD6;
}
.BgClassName
{
background-color: #D1CCD6;
}
</style>
border-color css
<style>
span { border-color: #D1CCD6; }
span { border-color: rgb(209,204,214); }
td.TdClassName
{
border-color: #D1CCD6;
}
.TagClassName
{
border-color: #D1CCD6;
}
</style>