Shades of Fog #DDCBFD
Tints of Fog #DDCBFD
RGB
CMYK
RGB Variations
Color information
#DDCBFD (or 0xDDCBFD) is known color: Fog. HEX triplet: DD, CB and FD. RGB value is (221,203,253). Sum of RGB (Red+Green+Blue) = 221+203+253=677 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.64% from 677); Green value is 203 (79.69% from 255 or 29.99% from 677); Blue value is 253 (99.22% from 255 or 37.37% from 677); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDCBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCBFD is #223402. Grayscale: #D5D5D5. Windows color (decimal): -2241539 or 16632797. OLE color: 16632797.
HSL color Cylindrical-coordinate representation of color #DDCBFD: hue angle of 261.6º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDCBFD is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 203 | 253 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.01 |
| HSL | 261.6º | 0.93% | 0.89% | - |
| HSV(B) | 261.6º | 0.2% | 0.99% | - |
| XYZ | 68.9 | 65.18 | 101.88 | - |
| YUV | 214.08 | 149.96 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 253 | 0.13 | 0.20 | 0 | 0.01 | 261.6 | 0.93 | 0.89 |
| Hex | DD | CB | FD | D | 14 | 0 | 1 | 106 | 5D | 59 |
| Octal | 335 | 313 | 375 | 15 | 24 | 0 | 1 | 406 | 135 | 131 |
| Binary | 11011101 | 11001011 | 11111101 | 1101 | 10100 | 0 | 1 | 100000110 | 1011101 | 1011001 |
Color Harmonies of #DDCBFD
Complementary color
Monochromatic Colors of #DDCBFD
Black with #DDCBFD
Text Example
Text Example
White with #DDCBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCBFD; }
p { color: rgb(221,203,253); }
H1.HeaderClassName
{
color: #DDCBFD;
}
.AnyTagClassName
{
color: #DDCBFD;
}
</style>
background-color css
<style>
a { background-color: #DDCBFD; }
a { background-color: rgb(221,203,253); }
div.DivClassName
{
background-color: #DDCBFD;
}
.BgClassName
{
background-color: #DDCBFD;
}
</style>
border-color css
<style>
span { border-color: #DDCBFD; }
span { border-color: rgb(221,203,253); }
td.TdClassName
{
border-color: #DDCBFD;
}
.TagClassName
{
border-color: #DDCBFD;
}
</style>