Shades of Fog #DDCCFB
Tints of Fog #DDCCFB
RGB
CMYK
RGB Variations
Color information
#DDCCFB (or 0xDDCCFB) is known color: Fog. HEX triplet: DD, CC and FB. RGB value is (221,204,251). Sum of RGB (Red+Green+Blue) = 221+204+251=676 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.69% from 676); Green value is 204 (80.08% from 255 or 30.18% from 676); Blue value is 251 (98.44% from 255 or 37.13% from 676); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDCCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCCFB is #223304. Grayscale: #D6D6D6. Windows color (decimal): -2241285 or 16501981. OLE color: 16501981.
HSL color Cylindrical-coordinate representation of color #DDCCFB: hue angle of 261.7º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDCCFB is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 204 | 251 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.02 |
| HSL | 261.7º | 0.85% | 0.89% | - |
| HSV(B) | 261.7º | 0.19% | 0.98% | - |
| XYZ | 68.82 | 65.52 | 100.29 | - |
| YUV | 214.44 | 148.63 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 251 | 0.12 | 0.19 | 0 | 0.02 | 261.7 | 0.85 | 0.89 |
| Hex | DD | CC | FB | C | 13 | 0 | 2 | 106 | 55 | 59 |
| Octal | 335 | 314 | 373 | 14 | 23 | 0 | 2 | 406 | 125 | 131 |
| Binary | 11011101 | 11001100 | 11111011 | 1100 | 10011 | 0 | 10 | 100000110 | 1010101 | 1011001 |
Color Harmonies of #DDCCFB
Complementary color
Monochromatic Colors of #DDCCFB
Black with #DDCCFB
Text Example
Text Example
White with #DDCCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCCFB; }
p { color: rgb(221,204,251); }
H1.HeaderClassName
{
color: #DDCCFB;
}
.AnyTagClassName
{
color: #DDCCFB;
}
</style>
background-color css
<style>
a { background-color: #DDCCFB; }
a { background-color: rgb(221,204,251); }
div.DivClassName
{
background-color: #DDCCFB;
}
.BgClassName
{
background-color: #DDCCFB;
}
</style>
border-color css
<style>
span { border-color: #DDCCFB; }
span { border-color: rgb(221,204,251); }
td.TdClassName
{
border-color: #DDCCFB;
}
.TagClassName
{
border-color: #DDCCFB;
}
</style>