Shades of Fog #DDCBFF
Tints of Fog #DDCBFF
RGB
CMYK
RGB Variations
Color information
#DDCBFF (or 0xDDCBFF) is known color: Fog. HEX triplet: DD, CB and FF. RGB value is (221,203,255). Sum of RGB (Red+Green+Blue) = 221+203+255=679 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.55% from 679); Green value is 203 (79.69% from 255 or 29.90% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDCBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCBFF is #223400. Grayscale: #D6D6D6. Windows color (decimal): -2241537 or 16763869. OLE color: 16763869.
HSL color Cylindrical-coordinate representation of color #DDCBFF: hue angle of 260.77º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDCBFF is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 203 | 255 | - |
| CMYK | 0.13 | 0.20 | 0 | 0 |
| HSL | 260.77º | 1% | 0.9% | - |
| HSV(B) | 260.77º | 0.2% | 1% | - |
| XYZ | 69.22 | 65.3 | 103.56 | - |
| YUV | 214.31 | 150.96 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 255 | 0.13 | 0.20 | 0 | 0 | 260.77 | 1 | 0.9 |
| Hex | DD | CB | FF | D | 14 | 0 | 0 | 105 | 64 | 5A |
| Octal | 335 | 313 | 377 | 15 | 24 | 0 | 0 | 405 | 144 | 132 |
| Binary | 11011101 | 11001011 | 11111111 | 1101 | 10100 | 0 | 0 | 100000101 | 1100100 | 1011010 |
Color Harmonies of #DDCBFF
Complementary color
Monochromatic Colors of #DDCBFF
Black with #DDCBFF
Text Example
Text Example
White with #DDCBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCBFF; }
p { color: rgb(221,203,255); }
H1.HeaderClassName
{
color: #DDCBFF;
}
.AnyTagClassName
{
color: #DDCBFF;
}
</style>
background-color css
<style>
a { background-color: #DDCBFF; }
a { background-color: rgb(221,203,255); }
div.DivClassName
{
background-color: #DDCBFF;
}
.BgClassName
{
background-color: #DDCBFF;
}
</style>
border-color css
<style>
span { border-color: #DDCBFF; }
span { border-color: rgb(221,203,255); }
td.TdClassName
{
border-color: #DDCBFF;
}
.TagClassName
{
border-color: #DDCBFF;
}
</style>