Shades of Fog #D5C1F2
Tints of Fog #D5C1F2
RGB
CMYK
RGB Variations
Color information
#D5C1F2 (or 0xD5C1F2) is known color: Fog. HEX triplet: D5, C1 and F2. RGB value is (213,193,242). Sum of RGB (Red+Green+Blue) = 213+193+242=648 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.87% from 648); Green value is 193 (75.78% from 255 or 29.78% from 648); Blue value is 242 (94.92% from 255 or 37.35% from 648); Max value from RGB is 242 - color contains mainly: blue. Hex color #D5C1F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5C1F2 is #2A3E0D. Grayscale: #CCCCCC. Windows color (decimal): -2768398 or 15909333. OLE color: 15909333.
HSL color Cylindrical-coordinate representation of color #D5C1F2: hue angle of 264.49º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5C1F2 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 193 | 242 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.05 |
| HSL | 264.49º | 0.65% | 0.85% | - |
| HSV(B) | 264.49º | 0.2% | 0.95% | - |
| XYZ | 62.54 | 58.7 | 92.04 | - |
| YUV | 204.57 | 149.13 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 193 | 242 | 0.12 | 0.20 | 0 | 0.05 | 264.49 | 0.65 | 0.85 |
| Hex | D5 | C1 | F2 | C | 14 | 0 | 5 | 108 | 41 | 55 |
| Octal | 325 | 301 | 362 | 14 | 24 | 0 | 5 | 410 | 101 | 125 |
| Binary | 11010101 | 11000001 | 11110010 | 1100 | 10100 | 0 | 101 | 100001000 | 1000001 | 1010101 |
Color Harmonies of #D5C1F2
Complementary color
Monochromatic Colors of #D5C1F2
Black with #D5C1F2
Text Example
Text Example
White with #D5C1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C1F2; }
p { color: rgb(213,193,242); }
H1.HeaderClassName
{
color: #D5C1F2;
}
.AnyTagClassName
{
color: #D5C1F2;
}
</style>
background-color css
<style>
a { background-color: #D5C1F2; }
a { background-color: rgb(213,193,242); }
div.DivClassName
{
background-color: #D5C1F2;
}
.BgClassName
{
background-color: #D5C1F2;
}
</style>
border-color css
<style>
span { border-color: #D5C1F2; }
span { border-color: rgb(213,193,242); }
td.TdClassName
{
border-color: #D5C1F2;
}
.TagClassName
{
border-color: #D5C1F2;
}
</style>