Shades of Fog #D1CCDF
Tints of Fog #D1CCDF
RGB
CMYK
RGB Variations
Color information
#D1CCDF (or 0xD1CCDF) is known color: Fog. HEX triplet: D1, CC and DF. RGB value is (209,204,223). Sum of RGB (Red+Green+Blue) = 209+204+223=636 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.86% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 223 - color contains mainly: blue. Hex color #D1CCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CCDF is #2E3320. Grayscale: #CFCFCF. Windows color (decimal): -3027745 or 14666961. OLE color: 14666961.
HSL color Cylindrical-coordinate representation of color #D1CCDF: hue angle of 255.79º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1CCDF is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 209 | 204 | 223 | - |
CMYK | 0.06 | 0.09 | 0 | 0.13 |
HSL | 255.79º | 0.23% | 0.84% | - |
HSV(B) | 255.79º | 0.09% | 0.87% | - |
XYZ | 61.21 | 62.07 | 78.57 | - |
YUV | 207.66 | 136.66 | 128.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 204 | 223 | 0.06 | 0.09 | 0 | 0.13 | 255.79 | 0.23 | 0.84 |
Hex | D1 | CC | DF | 6 | 9 | 0 | D | 100 | 17 | 54 |
Octal | 321 | 314 | 337 | 6 | 11 | 0 | 15 | 400 | 27 | 124 |
Binary | 11010001 | 11001100 | 11011111 | 110 | 1001 | 0 | 1101 | 100000000 | 10111 | 1010100 |
Color Harmonies of #D1CCDF
Complementary color
Monochromatic Colors of #D1CCDF
Black with #D1CCDF
Text Example
Text Example
White with #D1CCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CCDF; }
p { color: rgb(209,204,223); }
H1.HeaderClassName
{
color: #D1CCDF;
}
.AnyTagClassName
{
color: #D1CCDF;
}
</style>
background-color css
<style>
a { background-color: #D1CCDF; }
a { background-color: rgb(209,204,223); }
div.DivClassName
{
background-color: #D1CCDF;
}
.BgClassName
{
background-color: #D1CCDF;
}
</style>
border-color css
<style>
span { border-color: #D1CCDF; }
span { border-color: rgb(209,204,223); }
td.TdClassName
{
border-color: #D1CCDF;
}
.TagClassName
{
border-color: #D1CCDF;
}
</style>