Shades of Fog #DCC5FE
Tints of Fog #DCC5FE
RGB
CMYK
RGB Variations
Color information
#DCC5FE (or 0xDCC5FE) is known color: Fog. HEX triplet: DC, C5 and FE. RGB value is (220,197,254). Sum of RGB (Red+Green+Blue) = 220+197+254=671 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.79% from 671); Green value is 197 (77.34% from 255 or 29.36% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCC5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC5FE is #233A01. Grayscale: #D2D2D2. Windows color (decimal): -2308610 or 16696796. OLE color: 16696796.
HSL color Cylindrical-coordinate representation of color #DCC5FE: hue angle of 264.21º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCC5FE is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 197 | 254 | - |
| CMYK | 0.13 | 0.22 | 0 | 0.00 |
| HSL | 264.21º | 0.97% | 0.88% | - |
| HSV(B) | 264.21º | 0.22% | 1% | - |
| XYZ | 67.37 | 62.3 | 102.24 | - |
| YUV | 210.38 | 152.62 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 254 | 0.13 | 0.22 | 0 | 0.00 | 264.21 | 0.97 | 0.88 |
| Hex | DC | C5 | FE | D | 16 | 0 | 0 | 108 | 61 | 58 |
| Octal | 334 | 305 | 376 | 15 | 26 | 0 | 0 | 410 | 141 | 130 |
| Binary | 11011100 | 11000101 | 11111110 | 1101 | 10110 | 0 | 0 | 100001000 | 1100001 | 1011000 |
Color Harmonies of #DCC5FE
Complementary color
Monochromatic Colors of #DCC5FE
Black with #DCC5FE
Text Example
Text Example
White with #DCC5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC5FE; }
p { color: rgb(220,197,254); }
H1.HeaderClassName
{
color: #DCC5FE;
}
.AnyTagClassName
{
color: #DCC5FE;
}
</style>
background-color css
<style>
a { background-color: #DCC5FE; }
a { background-color: rgb(220,197,254); }
div.DivClassName
{
background-color: #DCC5FE;
}
.BgClassName
{
background-color: #DCC5FE;
}
</style>
border-color css
<style>
span { border-color: #DCC5FE; }
span { border-color: rgb(220,197,254); }
td.TdClassName
{
border-color: #DCC5FE;
}
.TagClassName
{
border-color: #DCC5FE;
}
</style>