Shades of Fog #DDC8FB
Tints of Fog #DDC8FB
RGB
CMYK
RGB Variations
Color information
#DDC8FB (or 0xDDC8FB) is known color: Fog. HEX triplet: DD, C8 and FB. RGB value is (221,200,251). Sum of RGB (Red+Green+Blue) = 221+200+251=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 200 (78.52% from 255 or 29.76% from 672); Blue value is 251 (98.44% from 255 or 37.35% from 672); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDC8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC8FB is #223704. Grayscale: #D3D3D3. Windows color (decimal): -2242309 or 16500957. OLE color: 16500957.
HSL color Cylindrical-coordinate representation of color #DDC8FB: hue angle of 264.71º degrees, saturation: 0.86, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDC8FB is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 200 | 251 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.02 |
| HSL | 264.71º | 0.86% | 0.88% | - |
| HSV(B) | 264.71º | 0.2% | 0.98% | - |
| XYZ | 67.89 | 63.65 | 99.97 | - |
| YUV | 212.09 | 149.96 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 251 | 0.12 | 0.20 | 0 | 0.02 | 264.71 | 0.86 | 0.88 |
| Hex | DD | C8 | FB | C | 14 | 0 | 2 | 109 | 56 | 58 |
| Octal | 335 | 310 | 373 | 14 | 24 | 0 | 2 | 411 | 126 | 130 |
| Binary | 11011101 | 11001000 | 11111011 | 1100 | 10100 | 0 | 10 | 100001001 | 1010110 | 1011000 |
Color Harmonies of #DDC8FB
Complementary color
Monochromatic Colors of #DDC8FB
Black with #DDC8FB
Text Example
Text Example
White with #DDC8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC8FB; }
p { color: rgb(221,200,251); }
H1.HeaderClassName
{
color: #DDC8FB;
}
.AnyTagClassName
{
color: #DDC8FB;
}
</style>
background-color css
<style>
a { background-color: #DDC8FB; }
a { background-color: rgb(221,200,251); }
div.DivClassName
{
background-color: #DDC8FB;
}
.BgClassName
{
background-color: #DDC8FB;
}
</style>
border-color css
<style>
span { border-color: #DDC8FB; }
span { border-color: rgb(221,200,251); }
td.TdClassName
{
border-color: #DDC8FB;
}
.TagClassName
{
border-color: #DDC8FB;
}
</style>