Shades of Fog #D5C1F9
Tints of Fog #D5C1F9
RGB
CMYK
RGB Variations
Color information
#D5C1F9 (or 0xD5C1F9) is known color: Fog. HEX triplet: D5, C1 and F9. RGB value is (213,193,249). Sum of RGB (Red+Green+Blue) = 213+193+249=655 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.52% from 655); Green value is 193 (75.78% from 255 or 29.47% from 655); Blue value is 249 (97.66% from 255 or 38.02% from 655); Max value from RGB is 249 - color contains mainly: blue. Hex color #D5C1F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5C1F9 is #2A3E06. Grayscale: #CDCDCD. Windows color (decimal): -2768391 or 16368085. OLE color: 16368085.
HSL color Cylindrical-coordinate representation of color #D5C1F9: hue angle of 261.43º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5C1F9 is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 193 | 249 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.02 |
| HSL | 261.43º | 0.82% | 0.87% | - |
| HSV(B) | 261.43º | 0.22% | 0.98% | - |
| XYZ | 63.61 | 59.13 | 97.68 | - |
| YUV | 205.36 | 152.63 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 193 | 249 | 0.14 | 0.22 | 0 | 0.02 | 261.43 | 0.82 | 0.87 |
| Hex | D5 | C1 | F9 | E | 16 | 0 | 2 | 105 | 52 | 57 |
| Octal | 325 | 301 | 371 | 16 | 26 | 0 | 2 | 405 | 122 | 127 |
| Binary | 11010101 | 11000001 | 11111001 | 1110 | 10110 | 0 | 10 | 100000101 | 1010010 | 1010111 |
Color Harmonies of #D5C1F9
Complementary color
Monochromatic Colors of #D5C1F9
Black with #D5C1F9
Text Example
Text Example
White with #D5C1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C1F9; }
p { color: rgb(213,193,249); }
H1.HeaderClassName
{
color: #D5C1F9;
}
.AnyTagClassName
{
color: #D5C1F9;
}
</style>
background-color css
<style>
a { background-color: #D5C1F9; }
a { background-color: rgb(213,193,249); }
div.DivClassName
{
background-color: #D5C1F9;
}
.BgClassName
{
background-color: #D5C1F9;
}
</style>
border-color css
<style>
span { border-color: #D5C1F9; }
span { border-color: rgb(213,193,249); }
td.TdClassName
{
border-color: #D5C1F9;
}
.TagClassName
{
border-color: #D5C1F9;
}
</style>