Shades of Fog #D6C5FD
Tints of Fog #D6C5FD
RGB
CMYK
RGB Variations
Color information
#D6C5FD (or 0xD6C5FD) is known color: Fog. HEX triplet: D6, C5 and FD. RGB value is (214,197,253). Sum of RGB (Red+Green+Blue) = 214+197+253=664 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.23% from 664); Green value is 197 (77.34% from 255 or 29.67% 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 #D6C5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6C5FD is #293A02. Grayscale: #D0D0D0. Windows color (decimal): -2701827 or 16631254. OLE color: 16631254.
HSL color Cylindrical-coordinate representation of color #D6C5FD: hue angle of 258.21º 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 #D6C5FD is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 214 | 197 | 253 | - |
CMYK | 0.15 | 0.22 | 0 | 0.01 |
HSL | 258.21º | 0.93% | 0.88% | - |
HSV(B) | 258.21º | 0.22% | 0.99% | - |
XYZ | 65.43 | 61.32 | 101.32 | - |
YUV | 208.47 | 153.13 | 131.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 197 | 253 | 0.15 | 0.22 | 0 | 0.01 | 258.21 | 0.93 | 0.88 |
Hex | D6 | C5 | FD | F | 16 | 0 | 1 | 102 | 5D | 58 |
Octal | 326 | 305 | 375 | 17 | 26 | 0 | 1 | 402 | 135 | 130 |
Binary | 11010110 | 11000101 | 11111101 | 1111 | 10110 | 0 | 1 | 100000010 | 1011101 | 1011000 |
Color Harmonies of #D6C5FD
Complementary color
Monochromatic Colors of #D6C5FD
Black with #D6C5FD
Text Example
Text Example
White with #D6C5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C5FD; }
p { color: rgb(214,197,253); }
H1.HeaderClassName
{
color: #D6C5FD;
}
.AnyTagClassName
{
color: #D6C5FD;
}
</style>
background-color css
<style>
a { background-color: #D6C5FD; }
a { background-color: rgb(214,197,253); }
div.DivClassName
{
background-color: #D6C5FD;
}
.BgClassName
{
background-color: #D6C5FD;
}
</style>
border-color css
<style>
span { border-color: #D6C5FD; }
span { border-color: rgb(214,197,253); }
td.TdClassName
{
border-color: #D6C5FD;
}
.TagClassName
{
border-color: #D6C5FD;
}
</style>