Shades of Fog #D3CCE1
Tints of Fog #D3CCE1
RGB
CMYK
RGB Variations
Color information
#D3CCE1 (or 0xD3CCE1) is known color: Fog. HEX triplet: D3, CC and E1. RGB value is (211,204,225). Sum of RGB (Red+Green+Blue) = 211+204+225=640 (84% of max value = 765). Red value is 211 (82.81% from 255 or 32.97% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 225 (88.28% from 255 or 35.16% from 640); Max value from RGB is 225 - color contains mainly: blue. Hex color #D3CCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CCE1 is #2C331E. Grayscale: #D0D0D0. Windows color (decimal): -2896671 or 14798035. OLE color: 14798035.
HSL color Cylindrical-coordinate representation of color #D3CCE1: hue angle of 260º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D3CCE1 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 204 | 225 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.12 |
| HSL | 260º | 0.26% | 0.84% | - |
| HSV(B) | 260º | 0.09% | 0.88% | - |
| XYZ | 62.05 | 62.47 | 80.02 | - |
| YUV | 208.49 | 137.32 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 204 | 225 | 0.06 | 0.09 | 0 | 0.12 | 260 | 0.26 | 0.84 |
| Hex | D3 | CC | E1 | 6 | 9 | 0 | C | 104 | 1A | 54 |
| Octal | 323 | 314 | 341 | 6 | 11 | 0 | 14 | 404 | 32 | 124 |
| Binary | 11010011 | 11001100 | 11100001 | 110 | 1001 | 0 | 1100 | 100000100 | 11010 | 1010100 |
Color Harmonies of #D3CCE1
Complementary color
Monochromatic Colors of #D3CCE1
Black with #D3CCE1
Text Example
Text Example
White with #D3CCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CCE1; }
p { color: rgb(211,204,225); }
H1.HeaderClassName
{
color: #D3CCE1;
}
.AnyTagClassName
{
color: #D3CCE1;
}
</style>
background-color css
<style>
a { background-color: #D3CCE1; }
a { background-color: rgb(211,204,225); }
div.DivClassName
{
background-color: #D3CCE1;
}
.BgClassName
{
background-color: #D3CCE1;
}
</style>
border-color css
<style>
span { border-color: #D3CCE1; }
span { border-color: rgb(211,204,225); }
td.TdClassName
{
border-color: #D3CCE1;
}
.TagClassName
{
border-color: #D3CCE1;
}
</style>