Shades of Fog #DDC6FF
Tints of Fog #DDC6FF
RGB
CMYK
RGB Variations
Color information
#DDC6FF (or 0xDDC6FF) is known color: Fog. HEX triplet: DD, C6 and FF. RGB value is (221,198,255). Sum of RGB (Red+Green+Blue) = 221+198+255=674 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.79% from 674); Green value is 198 (77.73% from 255 or 29.38% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDC6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC6FF is #223900. Grayscale: #D3D3D3. Windows color (decimal): -2242817 or 16762589. OLE color: 16762589.
HSL color Cylindrical-coordinate representation of color #DDC6FF: hue angle of 264.21º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDC6FF is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 198 | 255 | - |
| CMYK | 0.13 | 0.22 | 0 | 0 |
| HSL | 264.21º | 1% | 0.89% | - |
| HSV(B) | 264.21º | 0.22% | 1% | - |
| XYZ | 68.06 | 62.98 | 103.18 | - |
| YUV | 211.38 | 152.62 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 255 | 0.13 | 0.22 | 0 | 0 | 264.21 | 1 | 0.89 |
| Hex | DD | C6 | FF | D | 16 | 0 | 0 | 108 | 64 | 59 |
| Octal | 335 | 306 | 377 | 15 | 26 | 0 | 0 | 410 | 144 | 131 |
| Binary | 11011101 | 11000110 | 11111111 | 1101 | 10110 | 0 | 0 | 100001000 | 1100100 | 1011001 |
Color Harmonies of #DDC6FF
Complementary color
Monochromatic Colors of #DDC6FF
Black with #DDC6FF
Text Example
Text Example
White with #DDC6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC6FF; }
p { color: rgb(221,198,255); }
H1.HeaderClassName
{
color: #DDC6FF;
}
.AnyTagClassName
{
color: #DDC6FF;
}
</style>
background-color css
<style>
a { background-color: #DDC6FF; }
a { background-color: rgb(221,198,255); }
div.DivClassName
{
background-color: #DDC6FF;
}
.BgClassName
{
background-color: #DDC6FF;
}
</style>
border-color css
<style>
span { border-color: #DDC6FF; }
span { border-color: rgb(221,198,255); }
td.TdClassName
{
border-color: #DDC6FF;
}
.TagClassName
{
border-color: #DDC6FF;
}
</style>