Shades of Fog #DDCCF1
Tints of Fog #DDCCF1
RGB
CMYK
RGB Variations
Color information
#DDCCF1 (or 0xDDCCF1) is known color: Fog. HEX triplet: DD, CC and F1. RGB value is (221,204,241). Sum of RGB (Red+Green+Blue) = 221+204+241=666 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.18% from 666); Green value is 204 (80.08% from 255 or 30.63% from 666); Blue value is 241 (94.53% from 255 or 36.19% from 666); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDCCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCCF1 is #22330E. Grayscale: #D5D5D5. Windows color (decimal): -2241295 or 15846621. OLE color: 15846621.
HSL color Cylindrical-coordinate representation of color #DDCCF1: hue angle of 267.57º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDCCF1 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 204 | 241 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.05 |
| HSL | 267.57º | 0.57% | 0.87% | - |
| HSV(B) | 267.57º | 0.15% | 0.95% | - |
| XYZ | 67.29 | 64.91 | 92.2 | - |
| YUV | 213.3 | 143.63 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 241 | 0.08 | 0.15 | 0 | 0.05 | 267.57 | 0.57 | 0.87 |
| Hex | DD | CC | F1 | 8 | F | 0 | 5 | 10C | 39 | 57 |
| Octal | 335 | 314 | 361 | 10 | 17 | 0 | 5 | 414 | 71 | 127 |
| Binary | 11011101 | 11001100 | 11110001 | 1000 | 1111 | 0 | 101 | 100001100 | 111001 | 1010111 |
Color Harmonies of #DDCCF1
Complementary color
Monochromatic Colors of #DDCCF1
Black with #DDCCF1
Text Example
Text Example
White with #DDCCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCCF1; }
p { color: rgb(221,204,241); }
H1.HeaderClassName
{
color: #DDCCF1;
}
.AnyTagClassName
{
color: #DDCCF1;
}
</style>
background-color css
<style>
a { background-color: #DDCCF1; }
a { background-color: rgb(221,204,241); }
div.DivClassName
{
background-color: #DDCCF1;
}
.BgClassName
{
background-color: #DDCCF1;
}
</style>
border-color css
<style>
span { border-color: #DDCCF1; }
span { border-color: rgb(221,204,241); }
td.TdClassName
{
border-color: #DDCCF1;
}
.TagClassName
{
border-color: #DDCCF1;
}
</style>