Shades of Fog #DCCBF5
Tints of Fog #DCCBF5
RGB
CMYK
RGB Variations
Color information
#DCCBF5 (or 0xDCCBF5) is known color: Fog. HEX triplet: DC, CB and F5. RGB value is (220,203,245). Sum of RGB (Red+Green+Blue) = 220+203+245=668 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.93% from 668); Green value is 203 (79.69% from 255 or 30.39% from 668); Blue value is 245 (96.09% from 255 or 36.68% from 668); Max value from RGB is 245 - color contains mainly: blue. Hex color #DCCBF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCBF5 is #23340A. Grayscale: #D4D4D4. Windows color (decimal): -2307083 or 16108508. OLE color: 16108508.
HSL color Cylindrical-coordinate representation of color #DCCBF5: hue angle of 264.29º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCCBF5 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 203 | 245 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.04 |
| HSL | 264.29º | 0.68% | 0.88% | - |
| HSV(B) | 264.29º | 0.17% | 0.96% | - |
| XYZ | 67.35 | 64.52 | 95.29 | - |
| YUV | 212.87 | 146.13 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 245 | 0.10 | 0.17 | 0 | 0.04 | 264.29 | 0.68 | 0.88 |
| Hex | DC | CB | F5 | A | 11 | 0 | 4 | 108 | 44 | 58 |
| Octal | 334 | 313 | 365 | 12 | 21 | 0 | 4 | 410 | 104 | 130 |
| Binary | 11011100 | 11001011 | 11110101 | 1010 | 10001 | 0 | 100 | 100001000 | 1000100 | 1011000 |
Color Harmonies of #DCCBF5
Complementary color
Monochromatic Colors of #DCCBF5
Black with #DCCBF5
Text Example
Text Example
White with #DCCBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCBF5; }
p { color: rgb(220,203,245); }
H1.HeaderClassName
{
color: #DCCBF5;
}
.AnyTagClassName
{
color: #DCCBF5;
}
</style>
background-color css
<style>
a { background-color: #DCCBF5; }
a { background-color: rgb(220,203,245); }
div.DivClassName
{
background-color: #DCCBF5;
}
.BgClassName
{
background-color: #DCCBF5;
}
</style>
border-color css
<style>
span { border-color: #DCCBF5; }
span { border-color: rgb(220,203,245); }
td.TdClassName
{
border-color: #DCCBF5;
}
.TagClassName
{
border-color: #DCCBF5;
}
</style>