Shades of Fog #D5C5FD
Tints of Fog #D5C5FD
RGB
CMYK
RGB Variations
Color information
#D5C5FD (or 0xD5C5FD) is known color: Fog. HEX triplet: D5, C5 and FD. RGB value is (213,197,253). Sum of RGB (Red+Green+Blue) = 213+197+253=663 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.13% from 663); Green value is 197 (77.34% from 255 or 29.71% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 253 - color contains mainly: blue. Hex color #D5C5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5C5FD is #2A3A02. Grayscale: #CFCFCF. Windows color (decimal): -2767363 or 16631253. OLE color: 16631253.
HSL color Cylindrical-coordinate representation of color #D5C5FD: hue angle of 257.14º 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 #D5C5FD is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 213 | 197 | 253 | - |
CMYK | 0.16 | 0.22 | 0 | 0.01 |
HSL | 257.14º | 0.93% | 0.88% | - |
HSV(B) | 257.14º | 0.22% | 0.99% | - |
XYZ | 65.14 | 61.17 | 101.3 | - |
YUV | 208.17 | 153.3 | 131.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 197 | 253 | 0.16 | 0.22 | 0 | 0.01 | 257.14 | 0.93 | 0.88 |
Hex | D5 | C5 | FD | 10 | 16 | 0 | 1 | 101 | 5D | 58 |
Octal | 325 | 305 | 375 | 20 | 26 | 0 | 1 | 401 | 135 | 130 |
Binary | 11010101 | 11000101 | 11111101 | 10000 | 10110 | 0 | 1 | 100000001 | 1011101 | 1011000 |
Color Harmonies of #D5C5FD
Complementary color
Monochromatic Colors of #D5C5FD
Black with #D5C5FD
Text Example
Text Example
White with #D5C5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C5FD; }
p { color: rgb(213,197,253); }
H1.HeaderClassName
{
color: #D5C5FD;
}
.AnyTagClassName
{
color: #D5C5FD;
}
</style>
background-color css
<style>
a { background-color: #D5C5FD; }
a { background-color: rgb(213,197,253); }
div.DivClassName
{
background-color: #D5C5FD;
}
.BgClassName
{
background-color: #D5C5FD;
}
</style>
border-color css
<style>
span { border-color: #D5C5FD; }
span { border-color: rgb(213,197,253); }
td.TdClassName
{
border-color: #D5C5FD;
}
.TagClassName
{
border-color: #D5C5FD;
}
</style>