Shades of Fog #DCC5ED
Tints of Fog #DCC5ED
RGB
CMYK
RGB Variations
Color information
#DCC5ED (or 0xDCC5ED) is known color: Fog. HEX triplet: DC, C5 and ED. RGB value is (220,197,237). Sum of RGB (Red+Green+Blue) = 220+197+237=654 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.64% from 654); Green value is 197 (77.34% from 255 or 30.12% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCC5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC5ED is #233A12. Grayscale: #D0D0D0. Windows color (decimal): -2308627 or 15582684. OLE color: 15582684.
HSL color Cylindrical-coordinate representation of color #DCC5ED: hue angle of 274.5º 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 #DCC5ED is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 197 | 237 | - |
CMYK | 0.07 | 0.17 | 0 | 0.07 |
HSL | 274.5º | 0.53% | 0.85% | - |
HSV(B) | 274.5º | 0.17% | 0.93% | - |
XYZ | 64.77 | 61.26 | 88.53 | - |
YUV | 208.44 | 144.12 | 136.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 197 | 237 | 0.07 | 0.17 | 0 | 0.07 | 274.5 | 0.53 | 0.85 |
Hex | DC | C5 | ED | 7 | 11 | 0 | 7 | 112 | 35 | 55 |
Octal | 334 | 305 | 355 | 7 | 21 | 0 | 7 | 422 | 65 | 125 |
Binary | 11011100 | 11000101 | 11101101 | 111 | 10001 | 0 | 111 | 100010010 | 110101 | 1010101 |
Color Harmonies of #DCC5ED
Complementary color
Monochromatic Colors of #DCC5ED
Black with #DCC5ED
Text Example
Text Example
White with #DCC5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC5ED; }
p { color: rgb(220,197,237); }
H1.HeaderClassName
{
color: #DCC5ED;
}
.AnyTagClassName
{
color: #DCC5ED;
}
</style>
background-color css
<style>
a { background-color: #DCC5ED; }
a { background-color: rgb(220,197,237); }
div.DivClassName
{
background-color: #DCC5ED;
}
.BgClassName
{
background-color: #DCC5ED;
}
</style>
border-color css
<style>
span { border-color: #DCC5ED; }
span { border-color: rgb(220,197,237); }
td.TdClassName
{
border-color: #DCC5ED;
}
.TagClassName
{
border-color: #DCC5ED;
}
</style>