Shades of Fog #DCCDF9
Tints of Fog #DCCDF9
RGB
CMYK
RGB Variations
Color information
#DCCDF9 (or 0xDCCDF9) is known color: Fog. HEX triplet: DC, CD and F9. RGB value is (220,205,249). Sum of RGB (Red+Green+Blue) = 220+205+249=674 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.64% from 674); Green value is 205 (80.47% from 255 or 30.42% from 674); Blue value is 249 (97.66% from 255 or 36.94% from 674); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCCDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCDF9 is #233206. Grayscale: #D6D6D6. Windows color (decimal): -2306567 or 16371164. OLE color: 16371164.
HSL color Cylindrical-coordinate representation of color #DCCDF9: hue angle of 260.45º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCCDF9 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 220 | 205 | 249 | - |
CMYK | 0.12 | 0.18 | 0 | 0.02 |
HSL | 260.45º | 0.79% | 0.89% | - |
HSV(B) | 260.45º | 0.18% | 0.98% | - |
XYZ | 68.45 | 65.72 | 98.7 | - |
YUV | 214.5 | 147.47 | 131.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 205 | 249 | 0.12 | 0.18 | 0 | 0.02 | 260.45 | 0.79 | 0.89 |
Hex | DC | CD | F9 | C | 12 | 0 | 2 | 104 | 4F | 59 |
Octal | 334 | 315 | 371 | 14 | 22 | 0 | 2 | 404 | 117 | 131 |
Binary | 11011100 | 11001101 | 11111001 | 1100 | 10010 | 0 | 10 | 100000100 | 1001111 | 1011001 |
Color Harmonies of #DCCDF9
Complementary color
Monochromatic Colors of #DCCDF9
Black with #DCCDF9
Text Example
Text Example
White with #DCCDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCDF9; }
p { color: rgb(220,205,249); }
H1.HeaderClassName
{
color: #DCCDF9;
}
.AnyTagClassName
{
color: #DCCDF9;
}
</style>
background-color css
<style>
a { background-color: #DCCDF9; }
a { background-color: rgb(220,205,249); }
div.DivClassName
{
background-color: #DCCDF9;
}
.BgClassName
{
background-color: #DCCDF9;
}
</style>
border-color css
<style>
span { border-color: #DCCDF9; }
span { border-color: rgb(220,205,249); }
td.TdClassName
{
border-color: #DCCDF9;
}
.TagClassName
{
border-color: #DCCDF9;
}
</style>