Shades of Fog #DDCBEB
Tints of Fog #DDCBEB
RGB
CMYK
RGB Variations
Color information
#DDCBEB (or 0xDDCBEB) is known color: Fog. HEX triplet: DD, CB and EB. RGB value is (221,203,235). Sum of RGB (Red+Green+Blue) = 221+203+235=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 203 (79.69% from 255 or 30.80% from 659); Blue value is 235 (92.19% from 255 or 35.66% from 659); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDCBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCBEB is #223414. Grayscale: #D3D3D3. Windows color (decimal): -2241557 or 15453149. OLE color: 15453149.
HSL color Cylindrical-coordinate representation of color #DDCBEB: hue angle of 273.75º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDCBEB is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 203 | 235 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.08 |
| HSL | 273.75º | 0.44% | 0.86% | - |
| HSV(B) | 273.75º | 0.14% | 0.92% | - |
| XYZ | 66.17 | 64.08 | 87.48 | - |
| YUV | 212.03 | 140.96 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 235 | 0.06 | 0.14 | 0 | 0.08 | 273.75 | 0.44 | 0.86 |
| Hex | DD | CB | EB | 6 | E | 0 | 8 | 112 | 2C | 56 |
| Octal | 335 | 313 | 353 | 6 | 16 | 0 | 10 | 422 | 54 | 126 |
| Binary | 11011101 | 11001011 | 11101011 | 110 | 1110 | 0 | 1000 | 100010010 | 101100 | 1010110 |
Color Harmonies of #DDCBEB
Complementary color
Monochromatic Colors of #DDCBEB
Black with #DDCBEB
Text Example
Text Example
White with #DDCBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCBEB; }
p { color: rgb(221,203,235); }
H1.HeaderClassName
{
color: #DDCBEB;
}
.AnyTagClassName
{
color: #DDCBEB;
}
</style>
background-color css
<style>
a { background-color: #DDCBEB; }
a { background-color: rgb(221,203,235); }
div.DivClassName
{
background-color: #DDCBEB;
}
.BgClassName
{
background-color: #DDCBEB;
}
</style>
border-color css
<style>
span { border-color: #DDCBEB; }
span { border-color: rgb(221,203,235); }
td.TdClassName
{
border-color: #DDCBEB;
}
.TagClassName
{
border-color: #DDCBEB;
}
</style>