Shades of Fog #DDCCFD
Tints of Fog #DDCCFD
RGB
CMYK
RGB Variations
Color information
#DDCCFD (or 0xDDCCFD) is known color: Fog. HEX triplet: DD, CC and FD. RGB value is (221,204,253). Sum of RGB (Red+Green+Blue) = 221+204+253=678 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.60% from 678); Green value is 204 (80.08% from 255 or 30.09% from 678); Blue value is 253 (99.22% from 255 or 37.32% from 678); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDCCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCCFD is #223302. Grayscale: #D6D6D6. Windows color (decimal): -2241283 or 16633053. OLE color: 16633053.
HSL color Cylindrical-coordinate representation of color #DDCCFD: hue angle of 260.82º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDCCFD is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 204 | 253 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.01 |
| HSL | 260.82º | 0.92% | 0.9% | - |
| HSV(B) | 260.82º | 0.19% | 0.99% | - |
| XYZ | 69.14 | 65.65 | 101.96 | - |
| YUV | 214.67 | 149.63 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 253 | 0.13 | 0.19 | 0 | 0.01 | 260.82 | 0.92 | 0.9 |
| Hex | DD | CC | FD | D | 13 | 0 | 1 | 105 | 5C | 5A |
| Octal | 335 | 314 | 375 | 15 | 23 | 0 | 1 | 405 | 134 | 132 |
| Binary | 11011101 | 11001100 | 11111101 | 1101 | 10011 | 0 | 1 | 100000101 | 1011100 | 1011010 |
Color Harmonies of #DDCCFD
Complementary color
Monochromatic Colors of #DDCCFD
Black with #DDCCFD
Text Example
Text Example
White with #DDCCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCCFD; }
p { color: rgb(221,204,253); }
H1.HeaderClassName
{
color: #DDCCFD;
}
.AnyTagClassName
{
color: #DDCCFD;
}
</style>
background-color css
<style>
a { background-color: #DDCCFD; }
a { background-color: rgb(221,204,253); }
div.DivClassName
{
background-color: #DDCCFD;
}
.BgClassName
{
background-color: #DDCCFD;
}
</style>
border-color css
<style>
span { border-color: #DDCCFD; }
span { border-color: rgb(221,204,253); }
td.TdClassName
{
border-color: #DDCCFD;
}
.TagClassName
{
border-color: #DDCCFD;
}
</style>