Shades of Fog #DDCDFF
Tints of Fog #DDCDFF
RGB
CMYK
RGB Variations
Color information
#DDCDFF (or 0xDDCDFF) is known color: Fog. HEX triplet: DD, CD and FF. RGB value is (221,205,255). Sum of RGB (Red+Green+Blue) = 221+205+255=681 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.45% from 681); Green value is 205 (80.47% from 255 or 30.10% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDCDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCDFF is #223200. Grayscale: #D7D7D7. Windows color (decimal): -2241025 or 16764381. OLE color: 16764381.
HSL color Cylindrical-coordinate representation of color #DDCDFF: hue angle of 259.2º 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 #DDCDFF is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 221 | 205 | 255 | - |
CMYK | 0.13 | 0.20 | 0 | 0 |
HSL | 259.2º | 1% | 0.9% | - |
HSV(B) | 259.2º | 0.2% | 1% | - |
XYZ | 69.7 | 66.25 | 103.72 | - |
YUV | 215.48 | 150.3 | 131.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 205 | 255 | 0.13 | 0.20 | 0 | 0 | 259.2 | 1 | 0.9 |
Hex | DD | CD | FF | D | 14 | 0 | 0 | 103 | 64 | 5A |
Octal | 335 | 315 | 377 | 15 | 24 | 0 | 0 | 403 | 144 | 132 |
Binary | 11011101 | 11001101 | 11111111 | 1101 | 10100 | 0 | 0 | 100000011 | 1100100 | 1011010 |
Color Harmonies of #DDCDFF
Complementary color
Monochromatic Colors of #DDCDFF
Black with #DDCDFF
Text Example
Text Example
White with #DDCDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCDFF; }
p { color: rgb(221,205,255); }
H1.HeaderClassName
{
color: #DDCDFF;
}
.AnyTagClassName
{
color: #DDCDFF;
}
</style>
background-color css
<style>
a { background-color: #DDCDFF; }
a { background-color: rgb(221,205,255); }
div.DivClassName
{
background-color: #DDCDFF;
}
.BgClassName
{
background-color: #DDCDFF;
}
</style>
border-color css
<style>
span { border-color: #DDCDFF; }
span { border-color: rgb(221,205,255); }
td.TdClassName
{
border-color: #DDCDFF;
}
.TagClassName
{
border-color: #DDCDFF;
}
</style>