Shades of Fog #DCC5F1
Tints of Fog #DCC5F1
RGB
CMYK
RGB Variations
Color information
#DCC5F1 (or 0xDCC5F1) is known color: Fog. HEX triplet: DC, C5 and F1. RGB value is (220,197,241). Sum of RGB (Red+Green+Blue) = 220+197+241=658 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.43% from 658); Green value is 197 (77.34% from 255 or 29.94% from 658); Blue value is 241 (94.53% from 255 or 36.63% from 658); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCC5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC5F1 is #233A0E. Grayscale: #D0D0D0. Windows color (decimal): -2308623 or 15844828. OLE color: 15844828.
HSL color Cylindrical-coordinate representation of color #DCC5F1: hue angle of 271.36º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCC5F1 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 197 | 241 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.05 |
| HSL | 271.36º | 0.61% | 0.86% | - |
| HSV(B) | 271.36º | 0.18% | 0.95% | - |
| XYZ | 65.36 | 61.5 | 91.64 | - |
| YUV | 208.89 | 146.12 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 241 | 0.09 | 0.18 | 0 | 0.05 | 271.36 | 0.61 | 0.86 |
| Hex | DC | C5 | F1 | 9 | 12 | 0 | 5 | 10F | 3D | 56 |
| Octal | 334 | 305 | 361 | 11 | 22 | 0 | 5 | 417 | 75 | 126 |
| Binary | 11011100 | 11000101 | 11110001 | 1001 | 10010 | 0 | 101 | 100001111 | 111101 | 1010110 |
Color Harmonies of #DCC5F1
Complementary color
Monochromatic Colors of #DCC5F1
Black with #DCC5F1
Text Example
Text Example
White with #DCC5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC5F1; }
p { color: rgb(220,197,241); }
H1.HeaderClassName
{
color: #DCC5F1;
}
.AnyTagClassName
{
color: #DCC5F1;
}
</style>
background-color css
<style>
a { background-color: #DCC5F1; }
a { background-color: rgb(220,197,241); }
div.DivClassName
{
background-color: #DCC5F1;
}
.BgClassName
{
background-color: #DCC5F1;
}
</style>
border-color css
<style>
span { border-color: #DCC5F1; }
span { border-color: rgb(220,197,241); }
td.TdClassName
{
border-color: #DCC5F1;
}
.TagClassName
{
border-color: #DCC5F1;
}
</style>