Shades of Fog #DDCCF3
Tints of Fog #DDCCF3
RGB
CMYK
RGB Variations
Color information
#DDCCF3 (or 0xDDCCF3) is known color: Fog. HEX triplet: DD, CC and F3. RGB value is (221,204,243). Sum of RGB (Red+Green+Blue) = 221+204+243=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 204 (80.08% from 255 or 30.54% from 668); Blue value is 243 (95.31% from 255 or 36.38% from 668); Max value from RGB is 243 - color contains mainly: blue. Hex color #DDCCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCCF3 is #22330C. Grayscale: #D5D5D5. Windows color (decimal): -2241293 or 15977693. OLE color: 15977693.
HSL color Cylindrical-coordinate representation of color #DDCCF3: hue angle of 266.15º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDCCF3 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 204 | 243 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.05 |
| HSL | 266.15º | 0.62% | 0.88% | - |
| HSV(B) | 266.15º | 0.16% | 0.95% | - |
| XYZ | 67.59 | 65.03 | 93.78 | - |
| YUV | 213.53 | 144.63 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 243 | 0.09 | 0.16 | 0 | 0.05 | 266.15 | 0.62 | 0.88 |
| Hex | DD | CC | F3 | 9 | 10 | 0 | 5 | 10A | 3E | 58 |
| Octal | 335 | 314 | 363 | 11 | 20 | 0 | 5 | 412 | 76 | 130 |
| Binary | 11011101 | 11001100 | 11110011 | 1001 | 10000 | 0 | 101 | 100001010 | 111110 | 1011000 |
Color Harmonies of #DDCCF3
Complementary color
Monochromatic Colors of #DDCCF3
Black with #DDCCF3
Text Example
Text Example
White with #DDCCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCCF3; }
p { color: rgb(221,204,243); }
H1.HeaderClassName
{
color: #DDCCF3;
}
.AnyTagClassName
{
color: #DDCCF3;
}
</style>
background-color css
<style>
a { background-color: #DDCCF3; }
a { background-color: rgb(221,204,243); }
div.DivClassName
{
background-color: #DDCCF3;
}
.BgClassName
{
background-color: #DDCCF3;
}
</style>
border-color css
<style>
span { border-color: #DDCCF3; }
span { border-color: rgb(221,204,243); }
td.TdClassName
{
border-color: #DDCCF3;
}
.TagClassName
{
border-color: #DDCCF3;
}
</style>