Shades of Fog #DDC5F1
Tints of Fog #DDC5F1
RGB
CMYK
RGB Variations
Color information
#DDC5F1 (or 0xDDC5F1) is known color: Fog. HEX triplet: DD, C5 and F1. RGB value is (221,197,241). Sum of RGB (Red+Green+Blue) = 221+197+241=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 197 (77.34% from 255 or 29.89% from 659); Blue value is 241 (94.53% from 255 or 36.57% from 659); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDC5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC5F1 is #223A0E. Grayscale: #D1D1D1. Windows color (decimal): -2243087 or 15844829. OLE color: 15844829.
HSL color Cylindrical-coordinate representation of color #DDC5F1: hue angle of 272.73º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDC5F1 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 197 | 241 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.05 |
| HSL | 272.73º | 0.61% | 0.86% | - |
| HSV(B) | 272.73º | 0.18% | 0.95% | - |
| XYZ | 65.66 | 61.66 | 91.66 | - |
| YUV | 209.19 | 145.95 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 241 | 0.08 | 0.18 | 0 | 0.05 | 272.73 | 0.61 | 0.86 |
| Hex | DD | C5 | F1 | 8 | 12 | 0 | 5 | 111 | 3D | 56 |
| Octal | 335 | 305 | 361 | 10 | 22 | 0 | 5 | 421 | 75 | 126 |
| Binary | 11011101 | 11000101 | 11110001 | 1000 | 10010 | 0 | 101 | 100010001 | 111101 | 1010110 |
Color Harmonies of #DDC5F1
Complementary color
Monochromatic Colors of #DDC5F1
Black with #DDC5F1
Text Example
Text Example
White with #DDC5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC5F1; }
p { color: rgb(221,197,241); }
H1.HeaderClassName
{
color: #DDC5F1;
}
.AnyTagClassName
{
color: #DDC5F1;
}
</style>
background-color css
<style>
a { background-color: #DDC5F1; }
a { background-color: rgb(221,197,241); }
div.DivClassName
{
background-color: #DDC5F1;
}
.BgClassName
{
background-color: #DDC5F1;
}
</style>
border-color css
<style>
span { border-color: #DDC5F1; }
span { border-color: rgb(221,197,241); }
td.TdClassName
{
border-color: #DDC5F1;
}
.TagClassName
{
border-color: #DDC5F1;
}
</style>