Shades of Fog #DDCBFC
Tints of Fog #DDCBFC
RGB
CMYK
RGB Variations
Color information
#DDCBFC (or 0xDDCBFC) is known color: Fog. HEX triplet: DD, CB and FC. RGB value is (221,203,252). Sum of RGB (Red+Green+Blue) = 221+203+252=676 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.69% from 676); Green value is 203 (79.69% from 255 or 30.03% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDCBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCBFC is #223403. Grayscale: #D5D5D5. Windows color (decimal): -2241540 or 16567261. OLE color: 16567261.
HSL color Cylindrical-coordinate representation of color #DDCBFC: hue angle of 262.04º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDCBFC is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 203 | 252 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.01 |
| HSL | 262.04º | 0.89% | 0.89% | - |
| HSV(B) | 262.04º | 0.19% | 0.99% | - |
| XYZ | 68.75 | 65.11 | 101.04 | - |
| YUV | 213.97 | 149.46 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 252 | 0.12 | 0.19 | 0 | 0.01 | 262.04 | 0.89 | 0.89 |
| Hex | DD | CB | FC | C | 13 | 0 | 1 | 106 | 59 | 59 |
| Octal | 335 | 313 | 374 | 14 | 23 | 0 | 1 | 406 | 131 | 131 |
| Binary | 11011101 | 11001011 | 11111100 | 1100 | 10011 | 0 | 1 | 100000110 | 1011001 | 1011001 |
Color Harmonies of #DDCBFC
Complementary color
Monochromatic Colors of #DDCBFC
Black with #DDCBFC
Text Example
Text Example
White with #DDCBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCBFC; }
p { color: rgb(221,203,252); }
H1.HeaderClassName
{
color: #DDCBFC;
}
.AnyTagClassName
{
color: #DDCBFC;
}
</style>
background-color css
<style>
a { background-color: #DDCBFC; }
a { background-color: rgb(221,203,252); }
div.DivClassName
{
background-color: #DDCBFC;
}
.BgClassName
{
background-color: #DDCBFC;
}
</style>
border-color css
<style>
span { border-color: #DDCBFC; }
span { border-color: rgb(221,203,252); }
td.TdClassName
{
border-color: #DDCBFC;
}
.TagClassName
{
border-color: #DDCBFC;
}
</style>