Shades of Fog #DDCBF1
Tints of Fog #DDCBF1
RGB
CMYK
RGB Variations
Color information
#DDCBF1 (or 0xDDCBF1) is known color: Fog. HEX triplet: DD, CB and F1. RGB value is (221,203,241). Sum of RGB (Red+Green+Blue) = 221+203+241=665 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.23% from 665); Green value is 203 (79.69% from 255 or 30.53% from 665); Blue value is 241 (94.53% from 255 or 36.24% from 665); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDCBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCBF1 is #22340E. Grayscale: #D4D4D4. Windows color (decimal): -2241551 or 15846365. OLE color: 15846365.
HSL color Cylindrical-coordinate representation of color #DDCBF1: hue angle of 268.42º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDCBF1 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 203 | 241 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.05 |
| HSL | 268.42º | 0.58% | 0.87% | - |
| HSV(B) | 268.42º | 0.16% | 0.95% | - |
| XYZ | 67.05 | 64.43 | 92.12 | - |
| YUV | 212.71 | 143.96 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 241 | 0.08 | 0.16 | 0 | 0.05 | 268.42 | 0.58 | 0.87 |
| Hex | DD | CB | F1 | 8 | 10 | 0 | 5 | 10C | 3A | 57 |
| Octal | 335 | 313 | 361 | 10 | 20 | 0 | 5 | 414 | 72 | 127 |
| Binary | 11011101 | 11001011 | 11110001 | 1000 | 10000 | 0 | 101 | 100001100 | 111010 | 1010111 |
Color Harmonies of #DDCBF1
Complementary color
Monochromatic Colors of #DDCBF1
Black with #DDCBF1
Text Example
Text Example
White with #DDCBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCBF1; }
p { color: rgb(221,203,241); }
H1.HeaderClassName
{
color: #DDCBF1;
}
.AnyTagClassName
{
color: #DDCBF1;
}
</style>
background-color css
<style>
a { background-color: #DDCBF1; }
a { background-color: rgb(221,203,241); }
div.DivClassName
{
background-color: #DDCBF1;
}
.BgClassName
{
background-color: #DDCBF1;
}
</style>
border-color css
<style>
span { border-color: #DDCBF1; }
span { border-color: rgb(221,203,241); }
td.TdClassName
{
border-color: #DDCBF1;
}
.TagClassName
{
border-color: #DDCBF1;
}
</style>