Shades of Fog #DDCBFE
Tints of Fog #DDCBFE
RGB
CMYK
RGB Variations
Color information
#DDCBFE (or 0xDDCBFE) is known color: Fog. HEX triplet: DD, CB and FE. RGB value is (221,203,254). Sum of RGB (Red+Green+Blue) = 221+203+254=678 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.60% from 678); Green value is 203 (79.69% from 255 or 29.94% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDCBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCBFE is #223401. Grayscale: #D6D6D6. Windows color (decimal): -2241538 or 16698333. OLE color: 16698333.
HSL color Cylindrical-coordinate representation of color #DDCBFE: hue angle of 261.18º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDCBFE is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 203 | 254 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.00 |
| HSL | 261.18º | 0.96% | 0.9% | - |
| HSV(B) | 261.18º | 0.2% | 1% | - |
| XYZ | 69.06 | 65.24 | 102.72 | - |
| YUV | 214.2 | 150.46 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 254 | 0.13 | 0.20 | 0 | 0.00 | 261.18 | 0.96 | 0.9 |
| Hex | DD | CB | FE | D | 14 | 0 | 0 | 105 | 60 | 5A |
| Octal | 335 | 313 | 376 | 15 | 24 | 0 | 0 | 405 | 140 | 132 |
| Binary | 11011101 | 11001011 | 11111110 | 1101 | 10100 | 0 | 0 | 100000101 | 1100000 | 1011010 |
Color Harmonies of #DDCBFE
Complementary color
Monochromatic Colors of #DDCBFE
Black with #DDCBFE
Text Example
Text Example
White with #DDCBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCBFE; }
p { color: rgb(221,203,254); }
H1.HeaderClassName
{
color: #DDCBFE;
}
.AnyTagClassName
{
color: #DDCBFE;
}
</style>
background-color css
<style>
a { background-color: #DDCBFE; }
a { background-color: rgb(221,203,254); }
div.DivClassName
{
background-color: #DDCBFE;
}
.BgClassName
{
background-color: #DDCBFE;
}
</style>
border-color css
<style>
span { border-color: #DDCBFE; }
span { border-color: rgb(221,203,254); }
td.TdClassName
{
border-color: #DDCBFE;
}
.TagClassName
{
border-color: #DDCBFE;
}
</style>