Shades of Fog #D5C3FF
Tints of Fog #D5C3FF
RGB
CMYK
RGB Variations
Color information
#D5C3FF (or 0xD5C3FF) is known color: Fog. HEX triplet: D5, C3 and FF. RGB value is (213,195,255). Sum of RGB (Red+Green+Blue) = 213+195+255=663 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.13% from 663); Green value is 195 (76.56% from 255 or 29.41% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5C3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5C3FF is #2A3C00. Grayscale: #CFCFCF. Windows color (decimal): -2767873 or 16761813. OLE color: 16761813.
HSL color Cylindrical-coordinate representation of color #D5C3FF: hue angle of 258º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5C3FF is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 195 | 255 | - |
| CMYK | 0.16 | 0.24 | 0 | 0 |
| HSL | 258º | 1% | 0.88% | - |
| HSV(B) | 258º | 0.24% | 1% | - |
| XYZ | 65.01 | 60.4 | 102.84 | - |
| YUV | 207.22 | 154.96 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 195 | 255 | 0.16 | 0.24 | 0 | 0 | 258 | 1 | 0.88 |
| Hex | D5 | C3 | FF | 10 | 18 | 0 | 0 | 102 | 64 | 58 |
| Octal | 325 | 303 | 377 | 20 | 30 | 0 | 0 | 402 | 144 | 130 |
| Binary | 11010101 | 11000011 | 11111111 | 10000 | 11000 | 0 | 0 | 100000010 | 1100100 | 1011000 |
Color Harmonies of #D5C3FF
Complementary color
Monochromatic Colors of #D5C3FF
Black with #D5C3FF
Text Example
Text Example
White with #D5C3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C3FF; }
p { color: rgb(213,195,255); }
H1.HeaderClassName
{
color: #D5C3FF;
}
.AnyTagClassName
{
color: #D5C3FF;
}
</style>
background-color css
<style>
a { background-color: #D5C3FF; }
a { background-color: rgb(213,195,255); }
div.DivClassName
{
background-color: #D5C3FF;
}
.BgClassName
{
background-color: #D5C3FF;
}
</style>
border-color css
<style>
span { border-color: #D5C3FF; }
span { border-color: rgb(213,195,255); }
td.TdClassName
{
border-color: #D5C3FF;
}
.TagClassName
{
border-color: #D5C3FF;
}
</style>