Shades of Fog #DCC4ED
Tints of Fog #DCC4ED
RGB
CMYK
RGB Variations
Color information
#DCC4ED (or 0xDCC4ED) is known color: Fog. HEX triplet: DC, C4 and ED. RGB value is (220,196,237). Sum of RGB (Red+Green+Blue) = 220+196+237=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 196 (76.95% from 255 or 30.02% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCC4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC4ED is #233B12. Grayscale: #CFCFCF. Windows color (decimal): -2308883 or 15582428. OLE color: 15582428.
HSL color Cylindrical-coordinate representation of color #DCC4ED: hue angle of 275.12º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCC4ED is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 196 | 237 | - |
CMYK | 0.07 | 0.17 | 0 | 0.07 |
HSL | 275.12º | 0.53% | 0.85% | - |
HSV(B) | 275.12º | 0.17% | 0.93% | - |
XYZ | 64.54 | 60.81 | 88.46 | - |
YUV | 207.85 | 144.45 | 136.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 196 | 237 | 0.07 | 0.17 | 0 | 0.07 | 275.12 | 0.53 | 0.85 |
Hex | DC | C4 | ED | 7 | 11 | 0 | 7 | 113 | 35 | 55 |
Octal | 334 | 304 | 355 | 7 | 21 | 0 | 7 | 423 | 65 | 125 |
Binary | 11011100 | 11000100 | 11101101 | 111 | 10001 | 0 | 111 | 100010011 | 110101 | 1010101 |
Color Harmonies of #DCC4ED
Complementary color
Monochromatic Colors of #DCC4ED
Black with #DCC4ED
Text Example
Text Example
White with #DCC4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC4ED; }
p { color: rgb(220,196,237); }
H1.HeaderClassName
{
color: #DCC4ED;
}
.AnyTagClassName
{
color: #DCC4ED;
}
</style>
background-color css
<style>
a { background-color: #DCC4ED; }
a { background-color: rgb(220,196,237); }
div.DivClassName
{
background-color: #DCC4ED;
}
.BgClassName
{
background-color: #DCC4ED;
}
</style>
border-color css
<style>
span { border-color: #DCC4ED; }
span { border-color: rgb(220,196,237); }
td.TdClassName
{
border-color: #DCC4ED;
}
.TagClassName
{
border-color: #DCC4ED;
}
</style>