Shades of Fog #D5C6FD
Tints of Fog #D5C6FD
RGB
CMYK
RGB Variations
Color information
#D5C6FD (or 0xD5C6FD) is known color: Fog. HEX triplet: D5, C6 and FD. RGB value is (213,198,253). Sum of RGB (Red+Green+Blue) = 213+198+253=664 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.08% from 664); Green value is 198 (77.73% from 255 or 29.82% from 664); Blue value is 253 (99.22% from 255 or 38.10% from 664); Max value from RGB is 253 - color contains mainly: blue. Hex color #D5C6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5C6FD is #2A3902. Grayscale: #D0D0D0. Windows color (decimal): -2767107 or 16631509. OLE color: 16631509.
HSL color Cylindrical-coordinate representation of color #D5C6FD: hue angle of 256.36º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5C6FD is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 198 | 253 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.01 |
| HSL | 256.36º | 0.93% | 0.88% | - |
| HSV(B) | 256.36º | 0.22% | 0.99% | - |
| XYZ | 65.36 | 61.63 | 101.38 | - |
| YUV | 208.76 | 152.97 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 198 | 253 | 0.16 | 0.22 | 0 | 0.01 | 256.36 | 0.93 | 0.88 |
| Hex | D5 | C6 | FD | 10 | 16 | 0 | 1 | 100 | 5D | 58 |
| Octal | 325 | 306 | 375 | 20 | 26 | 0 | 1 | 400 | 135 | 130 |
| Binary | 11010101 | 11000110 | 11111101 | 10000 | 10110 | 0 | 1 | 100000000 | 1011101 | 1011000 |
Color Harmonies of #D5C6FD
Complementary color
Monochromatic Colors of #D5C6FD
Black with #D5C6FD
Text Example
Text Example
White with #D5C6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C6FD; }
p { color: rgb(213,198,253); }
H1.HeaderClassName
{
color: #D5C6FD;
}
.AnyTagClassName
{
color: #D5C6FD;
}
</style>
background-color css
<style>
a { background-color: #D5C6FD; }
a { background-color: rgb(213,198,253); }
div.DivClassName
{
background-color: #D5C6FD;
}
.BgClassName
{
background-color: #D5C6FD;
}
</style>
border-color css
<style>
span { border-color: #D5C6FD; }
span { border-color: rgb(213,198,253); }
td.TdClassName
{
border-color: #D5C6FD;
}
.TagClassName
{
border-color: #D5C6FD;
}
</style>