Shades of Fog #DDC1F3
Tints of Fog #DDC1F3
RGB
CMYK
RGB Variations
Color information
#DDC1F3 (or 0xDDC1F3) is known color: Fog. HEX triplet: DD, C1 and F3. RGB value is (221,193,243). Sum of RGB (Red+Green+Blue) = 221+193+243=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 193 (75.78% from 255 or 29.38% from 657); Blue value is 243 (95.31% from 255 or 36.99% from 657); Max value from RGB is 243 - color contains mainly: blue. Hex color #DDC1F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC1F3 is #223E0C. Grayscale: #CECECE. Windows color (decimal): -2244109 or 15974877. OLE color: 15974877.
HSL color Cylindrical-coordinate representation of color #DDC1F3: hue angle of 273.6º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDC1F3 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 193 | 243 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.05 |
| HSL | 273.6º | 0.68% | 0.85% | - |
| HSV(B) | 273.6º | 0.21% | 0.95% | - |
| XYZ | 65.07 | 59.98 | 92.94 | - |
| YUV | 207.07 | 148.28 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 243 | 0.09 | 0.21 | 0 | 0.05 | 273.6 | 0.68 | 0.85 |
| Hex | DD | C1 | F3 | 9 | 15 | 0 | 5 | 112 | 44 | 55 |
| Octal | 335 | 301 | 363 | 11 | 25 | 0 | 5 | 422 | 104 | 125 |
| Binary | 11011101 | 11000001 | 11110011 | 1001 | 10101 | 0 | 101 | 100010010 | 1000100 | 1010101 |
Color Harmonies of #DDC1F3
Complementary color
Monochromatic Colors of #DDC1F3
Black with #DDC1F3
Text Example
Text Example
White with #DDC1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC1F3; }
p { color: rgb(221,193,243); }
H1.HeaderClassName
{
color: #DDC1F3;
}
.AnyTagClassName
{
color: #DDC1F3;
}
</style>
background-color css
<style>
a { background-color: #DDC1F3; }
a { background-color: rgb(221,193,243); }
div.DivClassName
{
background-color: #DDC1F3;
}
.BgClassName
{
background-color: #DDC1F3;
}
</style>
border-color css
<style>
span { border-color: #DDC1F3; }
span { border-color: rgb(221,193,243); }
td.TdClassName
{
border-color: #DDC1F3;
}
.TagClassName
{
border-color: #DDC1F3;
}
</style>