Shades of Fog #DCC4EF
Tints of Fog #DCC4EF
RGB
CMYK
RGB Variations
Color information
#DCC4EF (or 0xDCC4EF) is known color: Fog. HEX triplet: DC, C4 and EF. RGB value is (220,196,239). Sum of RGB (Red+Green+Blue) = 220+196+239=655 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.59% from 655); Green value is 196 (76.95% from 255 or 29.92% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCC4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC4EF is #233B10. Grayscale: #CFCFCF. Windows color (decimal): -2308881 or 15713500. OLE color: 15713500.
HSL color Cylindrical-coordinate representation of color #DCC4EF: hue angle of 273.49º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCC4EF is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 196 | 239 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.06 |
| HSL | 273.49º | 0.57% | 0.85% | - |
| HSV(B) | 273.49º | 0.18% | 0.94% | - |
| XYZ | 64.84 | 60.93 | 90 | - |
| YUV | 208.08 | 145.45 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 239 | 0.08 | 0.18 | 0 | 0.06 | 273.49 | 0.57 | 0.85 |
| Hex | DC | C4 | EF | 8 | 12 | 0 | 6 | 111 | 39 | 55 |
| Octal | 334 | 304 | 357 | 10 | 22 | 0 | 6 | 421 | 71 | 125 |
| Binary | 11011100 | 11000100 | 11101111 | 1000 | 10010 | 0 | 110 | 100010001 | 111001 | 1010101 |
Color Harmonies of #DCC4EF
Complementary color
Monochromatic Colors of #DCC4EF
Black with #DCC4EF
Text Example
Text Example
White with #DCC4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC4EF; }
p { color: rgb(220,196,239); }
H1.HeaderClassName
{
color: #DCC4EF;
}
.AnyTagClassName
{
color: #DCC4EF;
}
</style>
background-color css
<style>
a { background-color: #DCC4EF; }
a { background-color: rgb(220,196,239); }
div.DivClassName
{
background-color: #DCC4EF;
}
.BgClassName
{
background-color: #DCC4EF;
}
</style>
border-color css
<style>
span { border-color: #DCC4EF; }
span { border-color: rgb(220,196,239); }
td.TdClassName
{
border-color: #DCC4EF;
}
.TagClassName
{
border-color: #DCC4EF;
}
</style>