Shades of Fog #D3CCE4
Tints of Fog #D3CCE4
RGB
CMYK
RGB Variations
Color information
#D3CCE4 (or 0xD3CCE4) is known color: Fog. HEX triplet: D3, CC and E4. RGB value is (211,204,228). Sum of RGB (Red+Green+Blue) = 211+204+228=643 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.81% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 228 (89.45% from 255 or 35.46% from 643); Max value from RGB is 228 - color contains mainly: blue. Hex color #D3CCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CCE4 is #2C331B. Grayscale: #D0D0D0. Windows color (decimal): -2896668 or 14994643. OLE color: 14994643.
HSL color Cylindrical-coordinate representation of color #D3CCE4: hue angle of 257.5º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3CCE4 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 204 | 228 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.11 |
| HSL | 257.5º | 0.31% | 0.85% | - |
| HSV(B) | 257.5º | 0.11% | 0.89% | - |
| XYZ | 62.46 | 62.64 | 82.2 | - |
| YUV | 208.83 | 138.82 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 204 | 228 | 0.07 | 0.11 | 0 | 0.11 | 257.5 | 0.31 | 0.85 |
| Hex | D3 | CC | E4 | 7 | B | 0 | B | 102 | 1F | 55 |
| Octal | 323 | 314 | 344 | 7 | 13 | 0 | 13 | 402 | 37 | 125 |
| Binary | 11010011 | 11001100 | 11100100 | 111 | 1011 | 0 | 1011 | 100000010 | 11111 | 1010101 |
Color Harmonies of #D3CCE4
Complementary color
Monochromatic Colors of #D3CCE4
Black with #D3CCE4
Text Example
Text Example
White with #D3CCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CCE4; }
p { color: rgb(211,204,228); }
H1.HeaderClassName
{
color: #D3CCE4;
}
.AnyTagClassName
{
color: #D3CCE4;
}
</style>
background-color css
<style>
a { background-color: #D3CCE4; }
a { background-color: rgb(211,204,228); }
div.DivClassName
{
background-color: #D3CCE4;
}
.BgClassName
{
background-color: #D3CCE4;
}
</style>
border-color css
<style>
span { border-color: #D3CCE4; }
span { border-color: rgb(211,204,228); }
td.TdClassName
{
border-color: #D3CCE4;
}
.TagClassName
{
border-color: #D3CCE4;
}
</style>