Shades of Fog #DDC6FB
Tints of Fog #DDC6FB
RGB
CMYK
RGB Variations
Color information
#DDC6FB (or 0xDDC6FB) is known color: Fog. HEX triplet: DD, C6 and FB. RGB value is (221,198,251). Sum of RGB (Red+Green+Blue) = 221+198+251=670 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.99% from 670); Green value is 198 (77.73% from 255 or 29.55% from 670); Blue value is 251 (98.44% from 255 or 37.46% from 670); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDC6FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC6FB is #223904. Grayscale: #D2D2D2. Windows color (decimal): -2242821 or 16500445. OLE color: 16500445.
HSL color Cylindrical-coordinate representation of color #DDC6FB: hue angle of 266.04º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDC6FB is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 198 | 251 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.02 |
| HSL | 266.04º | 0.87% | 0.88% | - |
| HSV(B) | 266.04º | 0.21% | 0.98% | - |
| XYZ | 67.43 | 62.73 | 99.82 | - |
| YUV | 210.92 | 150.62 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 251 | 0.12 | 0.21 | 0 | 0.02 | 266.04 | 0.87 | 0.88 |
| Hex | DD | C6 | FB | C | 15 | 0 | 2 | 10A | 57 | 58 |
| Octal | 335 | 306 | 373 | 14 | 25 | 0 | 2 | 412 | 127 | 130 |
| Binary | 11011101 | 11000110 | 11111011 | 1100 | 10101 | 0 | 10 | 100001010 | 1010111 | 1011000 |
Color Harmonies of #DDC6FB
Complementary color
Monochromatic Colors of #DDC6FB
Black with #DDC6FB
Text Example
Text Example
White with #DDC6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC6FB; }
p { color: rgb(221,198,251); }
H1.HeaderClassName
{
color: #DDC6FB;
}
.AnyTagClassName
{
color: #DDC6FB;
}
</style>
background-color css
<style>
a { background-color: #DDC6FB; }
a { background-color: rgb(221,198,251); }
div.DivClassName
{
background-color: #DDC6FB;
}
.BgClassName
{
background-color: #DDC6FB;
}
</style>
border-color css
<style>
span { border-color: #DDC6FB; }
span { border-color: rgb(221,198,251); }
td.TdClassName
{
border-color: #DDC6FB;
}
.TagClassName
{
border-color: #DDC6FB;
}
</style>