Shades of Fog #DCC1FB
Tints of Fog #DCC1FB
RGB
CMYK
RGB Variations
Color information
#DCC1FB (or 0xDCC1FB) is known color: Fog. HEX triplet: DC, C1 and FB. RGB value is (220,193,251). Sum of RGB (Red+Green+Blue) = 220+193+251=664 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.13% from 664); Green value is 193 (75.78% from 255 or 29.07% from 664); Blue value is 251 (98.44% from 255 or 37.80% from 664); Max value from RGB is 251 - color contains mainly: blue. Hex color #DCC1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC1FB is #233E04. Grayscale: #CFCFCF. Windows color (decimal): -2309637 or 16499164. OLE color: 16499164.
HSL color Cylindrical-coordinate representation of color #DCC1FB: hue angle of 267.93º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCC1FB is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 193 | 251 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.02 |
| HSL | 267.93º | 0.88% | 0.87% | - |
| HSV(B) | 267.93º | 0.23% | 0.98% | - |
| XYZ | 66 | 60.32 | 99.43 | - |
| YUV | 207.69 | 152.45 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 251 | 0.12 | 0.23 | 0 | 0.02 | 267.93 | 0.88 | 0.87 |
| Hex | DC | C1 | FB | C | 17 | 0 | 2 | 10C | 58 | 57 |
| Octal | 334 | 301 | 373 | 14 | 27 | 0 | 2 | 414 | 130 | 127 |
| Binary | 11011100 | 11000001 | 11111011 | 1100 | 10111 | 0 | 10 | 100001100 | 1011000 | 1010111 |
Color Harmonies of #DCC1FB
Complementary color
Monochromatic Colors of #DCC1FB
Black with #DCC1FB
Text Example
Text Example
White with #DCC1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC1FB; }
p { color: rgb(220,193,251); }
H1.HeaderClassName
{
color: #DCC1FB;
}
.AnyTagClassName
{
color: #DCC1FB;
}
</style>
background-color css
<style>
a { background-color: #DCC1FB; }
a { background-color: rgb(220,193,251); }
div.DivClassName
{
background-color: #DCC1FB;
}
.BgClassName
{
background-color: #DCC1FB;
}
</style>
border-color css
<style>
span { border-color: #DCC1FB; }
span { border-color: rgb(220,193,251); }
td.TdClassName
{
border-color: #DCC1FB;
}
.TagClassName
{
border-color: #DCC1FB;
}
</style>