Shades of Fog #DDCBF6
Tints of Fog #DDCBF6
RGB
CMYK
RGB Variations
Color information
#DDCBF6 (or 0xDDCBF6) is known color: Fog. HEX triplet: DD, CB and F6. RGB value is (221,203,246). Sum of RGB (Red+Green+Blue) = 221+203+246=670 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.99% from 670); Green value is 203 (79.69% from 255 or 30.30% from 670); Blue value is 246 (96.48% from 255 or 36.72% from 670); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDCBF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCBF6 is #223409. Grayscale: #D5D5D5. Windows color (decimal): -2241546 or 16174045. OLE color: 16174045.
HSL color Cylindrical-coordinate representation of color #DDCBF6: hue angle of 265.12º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDCBF6 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 203 | 246 | - |
CMYK | 0.10 | 0.17 | 0 | 0.04 |
HSL | 265.12º | 0.7% | 0.88% | - |
HSV(B) | 265.12º | 0.17% | 0.96% | - |
XYZ | 67.81 | 64.74 | 96.11 | - |
YUV | 213.28 | 146.46 | 133.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 203 | 246 | 0.10 | 0.17 | 0 | 0.04 | 265.12 | 0.7 | 0.88 |
Hex | DD | CB | F6 | A | 11 | 0 | 4 | 109 | 46 | 58 |
Octal | 335 | 313 | 366 | 12 | 21 | 0 | 4 | 411 | 106 | 130 |
Binary | 11011101 | 11001011 | 11110110 | 1010 | 10001 | 0 | 100 | 100001001 | 1000110 | 1011000 |
Color Harmonies of #DDCBF6
Complementary color
Monochromatic Colors of #DDCBF6
Black with #DDCBF6
Text Example
Text Example
White with #DDCBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCBF6; }
p { color: rgb(221,203,246); }
H1.HeaderClassName
{
color: #DDCBF6;
}
.AnyTagClassName
{
color: #DDCBF6;
}
</style>
background-color css
<style>
a { background-color: #DDCBF6; }
a { background-color: rgb(221,203,246); }
div.DivClassName
{
background-color: #DDCBF6;
}
.BgClassName
{
background-color: #DDCBF6;
}
</style>
border-color css
<style>
span { border-color: #DDCBF6; }
span { border-color: rgb(221,203,246); }
td.TdClassName
{
border-color: #DDCBF6;
}
.TagClassName
{
border-color: #DDCBF6;
}
</style>