Shades of Fog #D3C5E1
Tints of Fog #D3C5E1
RGB
CMYK
RGB Variations
Color information
#D3C5E1 (or 0xD3C5E1) is known color: Fog. HEX triplet: D3, C5 and E1. RGB value is (211,197,225). Sum of RGB (Red+Green+Blue) = 211+197+225=633 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.33% from 633); Green value is 197 (77.34% from 255 or 31.12% from 633); Blue value is 225 (88.28% from 255 or 35.55% from 633); Max value from RGB is 225 - color contains mainly: blue. Hex color #D3C5E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C5E1 is #2C3A1E. Grayscale: #CCCCCC. Windows color (decimal): -2898463 or 14796243. OLE color: 14796243.
HSL color Cylindrical-coordinate representation of color #D3C5E1: hue angle of 270º degrees, saturation: 0.32, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3C5E1 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 211 | 197 | 225 | - |
CMYK | 0.06 | 0.12 | 0 | 0.12 |
HSL | 270º | 0.32% | 0.83% | - |
HSV(B) | 270º | 0.12% | 0.88% | - |
XYZ | 60.42 | 59.22 | 79.48 | - |
YUV | 204.38 | 139.64 | 132.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 197 | 225 | 0.06 | 0.12 | 0 | 0.12 | 270 | 0.32 | 0.83 |
Hex | D3 | C5 | E1 | 6 | C | 0 | C | 10E | 20 | 53 |
Octal | 323 | 305 | 341 | 6 | 14 | 0 | 14 | 416 | 40 | 123 |
Binary | 11010011 | 11000101 | 11100001 | 110 | 1100 | 0 | 1100 | 100001110 | 100000 | 1010011 |
Color Harmonies of #D3C5E1
Complementary color
Monochromatic Colors of #D3C5E1
Black with #D3C5E1
Text Example
Text Example
White with #D3C5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C5E1; }
p { color: rgb(211,197,225); }
H1.HeaderClassName
{
color: #D3C5E1;
}
.AnyTagClassName
{
color: #D3C5E1;
}
</style>
background-color css
<style>
a { background-color: #D3C5E1; }
a { background-color: rgb(211,197,225); }
div.DivClassName
{
background-color: #D3C5E1;
}
.BgClassName
{
background-color: #D3C5E1;
}
</style>
border-color css
<style>
span { border-color: #D3C5E1; }
span { border-color: rgb(211,197,225); }
td.TdClassName
{
border-color: #D3C5E1;
}
.TagClassName
{
border-color: #D3C5E1;
}
</style>