Shades of Fog #DCC8F0
Tints of Fog #DCC8F0
RGB
CMYK
RGB Variations
Color information
#DCC8F0 (or 0xDCC8F0) is known color: Fog. HEX triplet: DC, C8 and F0. RGB value is (220,200,240). Sum of RGB (Red+Green+Blue) = 220+200+240=660 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.33% from 660); Green value is 200 (78.52% from 255 or 30.30% from 660); Blue value is 240 (94.14% from 255 or 36.36% from 660); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCC8F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC8F0 is #23370F. Grayscale: #D2D2D2. Windows color (decimal): -2307856 or 15780060. OLE color: 15780060.
HSL color Cylindrical-coordinate representation of color #DCC8F0: hue angle of 270º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCC8F0 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 220 | 200 | 240 | - |
CMYK | 0.08 | 0.17 | 0 | 0.06 |
HSL | 270º | 0.57% | 0.86% | - |
HSV(B) | 270º | 0.17% | 0.94% | - |
XYZ | 65.9 | 62.82 | 91.09 | - |
YUV | 210.54 | 144.63 | 134.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 200 | 240 | 0.08 | 0.17 | 0 | 0.06 | 270 | 0.57 | 0.86 |
Hex | DC | C8 | F0 | 8 | 11 | 0 | 6 | 10E | 39 | 56 |
Octal | 334 | 310 | 360 | 10 | 21 | 0 | 6 | 416 | 71 | 126 |
Binary | 11011100 | 11001000 | 11110000 | 1000 | 10001 | 0 | 110 | 100001110 | 111001 | 1010110 |
Color Harmonies of #DCC8F0
Complementary color
Monochromatic Colors of #DCC8F0
Black with #DCC8F0
Text Example
Text Example
White with #DCC8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC8F0; }
p { color: rgb(220,200,240); }
H1.HeaderClassName
{
color: #DCC8F0;
}
.AnyTagClassName
{
color: #DCC8F0;
}
</style>
background-color css
<style>
a { background-color: #DCC8F0; }
a { background-color: rgb(220,200,240); }
div.DivClassName
{
background-color: #DCC8F0;
}
.BgClassName
{
background-color: #DCC8F0;
}
</style>
border-color css
<style>
span { border-color: #DCC8F0; }
span { border-color: rgb(220,200,240); }
td.TdClassName
{
border-color: #DCC8F0;
}
.TagClassName
{
border-color: #DCC8F0;
}
</style>