Shades of Fog #DDC5F4
Tints of Fog #DDC5F4
RGB
CMYK
RGB Variations
Color information
#DDC5F4 (or 0xDDC5F4) is known color: Fog. HEX triplet: DD, C5 and F4. RGB value is (221,197,244). Sum of RGB (Red+Green+Blue) = 221+197+244=662 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.38% from 662); Green value is 197 (77.34% from 255 or 29.76% from 662); Blue value is 244 (95.70% from 255 or 36.86% from 662); Max value from RGB is 244 - color contains mainly: blue. Hex color #DDC5F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC5F4 is #223A0B. Grayscale: #D1D1D1. Windows color (decimal): -2243084 or 16041437. OLE color: 16041437.
HSL color Cylindrical-coordinate representation of color #DDC5F4: hue angle of 270.64º degrees, saturation: 0.68, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDC5F4 is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 197 | 244 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.04 |
| HSL | 270.64º | 0.68% | 0.86% | - |
| HSV(B) | 270.64º | 0.19% | 0.96% | - |
| XYZ | 66.11 | 61.84 | 94.04 | - |
| YUV | 209.53 | 147.45 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 244 | 0.09 | 0.19 | 0 | 0.04 | 270.64 | 0.68 | 0.86 |
| Hex | DD | C5 | F4 | 9 | 13 | 0 | 4 | 10F | 44 | 56 |
| Octal | 335 | 305 | 364 | 11 | 23 | 0 | 4 | 417 | 104 | 126 |
| Binary | 11011101 | 11000101 | 11110100 | 1001 | 10011 | 0 | 100 | 100001111 | 1000100 | 1010110 |
Color Harmonies of #DDC5F4
Complementary color
Monochromatic Colors of #DDC5F4
Black with #DDC5F4
Text Example
Text Example
White with #DDC5F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC5F4; }
p { color: rgb(221,197,244); }
H1.HeaderClassName
{
color: #DDC5F4;
}
.AnyTagClassName
{
color: #DDC5F4;
}
</style>
background-color css
<style>
a { background-color: #DDC5F4; }
a { background-color: rgb(221,197,244); }
div.DivClassName
{
background-color: #DDC5F4;
}
.BgClassName
{
background-color: #DDC5F4;
}
</style>
border-color css
<style>
span { border-color: #DDC5F4; }
span { border-color: rgb(221,197,244); }
td.TdClassName
{
border-color: #DDC5F4;
}
.TagClassName
{
border-color: #DDC5F4;
}
</style>