Shades of Paris White #C0D5BF
Tints of Paris White #C0D5BF
RGB
CMYK
RGB Variations
Color information
#C0D5BF (or 0xC0D5BF) is known color: Paris White. HEX triplet: C0, D5 and BF. RGB value is (192,213,191). Sum of RGB (Red+Green+Blue) = 192+213+191=596 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.21% from 596); Green value is 213 (83.59% from 255 or 35.74% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 213 - color contains mainly: green. Hex color #C0D5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D5BF is #3F2A40. Grayscale: #CCCCCC. Windows color (decimal): -4139585 or 12572096. OLE color: 12572096.
HSL color Cylindrical-coordinate representation of color #C0D5BF: hue angle of 117.27º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0D5BF is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 213 | 191 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.16 |
| HSL | 117.27º | 0.21% | 0.79% | - |
| HSV(B) | 117.27º | 0.1% | 0.84% | - |
| XYZ | 54.94 | 62.56 | 58.47 | - |
| YUV | 204.21 | 120.54 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 213 | 191 | 0.10 | 0 | 0.10 | 0.16 | 117.27 | 0.21 | 0.79 |
| Hex | C0 | D5 | BF | A | 0 | A | 10 | 75 | 15 | 4F |
| Octal | 300 | 325 | 277 | 12 | 0 | 12 | 20 | 165 | 25 | 117 |
| Binary | 11000000 | 11010101 | 10111111 | 1010 | 0 | 1010 | 10000 | 1110101 | 10101 | 1001111 |
Color Harmonies of #C0D5BF
Complementary color
Monochromatic Colors of #C0D5BF
Black with #C0D5BF
Text Example
Text Example
White with #C0D5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D5BF; }
p { color: rgb(192,213,191); }
H1.HeaderClassName
{
color: #C0D5BF;
}
.AnyTagClassName
{
color: #C0D5BF;
}
</style>
background-color css
<style>
a { background-color: #C0D5BF; }
a { background-color: rgb(192,213,191); }
div.DivClassName
{
background-color: #C0D5BF;
}
.BgClassName
{
background-color: #C0D5BF;
}
</style>
border-color css
<style>
span { border-color: #C0D5BF; }
span { border-color: rgb(192,213,191); }
td.TdClassName
{
border-color: #C0D5BF;
}
.TagClassName
{
border-color: #C0D5BF;
}
</style>