Shades of Fog #DDC5FB
Tints of Fog #DDC5FB
RGB
CMYK
RGB Variations
Color information
#DDC5FB (or 0xDDC5FB) is known color: Fog. HEX triplet: DD, C5 and FB. RGB value is (221,197,251). Sum of RGB (Red+Green+Blue) = 221+197+251=669 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.03% from 669); Green value is 197 (77.34% from 255 or 29.45% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDC5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC5FB is #223A04. Grayscale: #D2D2D2. Windows color (decimal): -2243077 or 16500189. OLE color: 16500189.
HSL color Cylindrical-coordinate representation of color #DDC5FB: hue angle of 266.67º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDC5FB is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 197 | 251 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.02 |
| HSL | 266.67º | 0.87% | 0.88% | - |
| HSV(B) | 266.67º | 0.22% | 0.98% | - |
| XYZ | 67.2 | 62.27 | 99.74 | - |
| YUV | 210.33 | 150.95 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 251 | 0.12 | 0.22 | 0 | 0.02 | 266.67 | 0.87 | 0.88 |
| Hex | DD | C5 | FB | C | 16 | 0 | 2 | 10B | 57 | 58 |
| Octal | 335 | 305 | 373 | 14 | 26 | 0 | 2 | 413 | 127 | 130 |
| Binary | 11011101 | 11000101 | 11111011 | 1100 | 10110 | 0 | 10 | 100001011 | 1010111 | 1011000 |
Color Harmonies of #DDC5FB
Complementary color
Monochromatic Colors of #DDC5FB
Black with #DDC5FB
Text Example
Text Example
White with #DDC5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC5FB; }
p { color: rgb(221,197,251); }
H1.HeaderClassName
{
color: #DDC5FB;
}
.AnyTagClassName
{
color: #DDC5FB;
}
</style>
background-color css
<style>
a { background-color: #DDC5FB; }
a { background-color: rgb(221,197,251); }
div.DivClassName
{
background-color: #DDC5FB;
}
.BgClassName
{
background-color: #DDC5FB;
}
</style>
border-color css
<style>
span { border-color: #DDC5FB; }
span { border-color: rgb(221,197,251); }
td.TdClassName
{
border-color: #DDC5FB;
}
.TagClassName
{
border-color: #DDC5FB;
}
</style>