Shades of Fog #DDC5F0
Tints of Fog #DDC5F0
RGB
CMYK
RGB Variations
Color information
#DDC5F0 (or 0xDDC5F0) is known color: Fog. HEX triplet: DD, C5 and F0. RGB value is (221,197,240). Sum of RGB (Red+Green+Blue) = 221+197+240=658 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.59% from 658); Green value is 197 (77.34% from 255 or 29.94% from 658); Blue value is 240 (94.14% from 255 or 36.47% from 658); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDC5F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC5F0 is #223A0F. Grayscale: #D0D0D0. Windows color (decimal): -2243088 or 15779293. OLE color: 15779293.
HSL color Cylindrical-coordinate representation of color #DDC5F0: hue angle of 273.49º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDC5F0 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 197 | 240 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.06 |
| HSL | 273.49º | 0.59% | 0.86% | - |
| HSV(B) | 273.49º | 0.18% | 0.94% | - |
| XYZ | 65.51 | 61.6 | 90.87 | - |
| YUV | 209.08 | 145.45 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 240 | 0.08 | 0.18 | 0 | 0.06 | 273.49 | 0.59 | 0.86 |
| Hex | DD | C5 | F0 | 8 | 12 | 0 | 6 | 111 | 3B | 56 |
| Octal | 335 | 305 | 360 | 10 | 22 | 0 | 6 | 421 | 73 | 126 |
| Binary | 11011101 | 11000101 | 11110000 | 1000 | 10010 | 0 | 110 | 100010001 | 111011 | 1010110 |
Color Harmonies of #DDC5F0
Complementary color
Monochromatic Colors of #DDC5F0
Black with #DDC5F0
Text Example
Text Example
White with #DDC5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC5F0; }
p { color: rgb(221,197,240); }
H1.HeaderClassName
{
color: #DDC5F0;
}
.AnyTagClassName
{
color: #DDC5F0;
}
</style>
background-color css
<style>
a { background-color: #DDC5F0; }
a { background-color: rgb(221,197,240); }
div.DivClassName
{
background-color: #DDC5F0;
}
.BgClassName
{
background-color: #DDC5F0;
}
</style>
border-color css
<style>
span { border-color: #DDC5F0; }
span { border-color: rgb(221,197,240); }
td.TdClassName
{
border-color: #DDC5F0;
}
.TagClassName
{
border-color: #DDC5F0;
}
</style>