Shades of Paris White #C0D1BF
Tints of Paris White #C0D1BF
RGB
CMYK
RGB Variations
Color information
#C0D1BF (or 0xC0D1BF) is known color: Paris White. HEX triplet: C0, D1 and BF. RGB value is (192,209,191). Sum of RGB (Red+Green+Blue) = 192+209+191=592 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.43% from 592); Green value is 209 (82.03% from 255 or 35.30% from 592); Blue value is 191 (75% from 255 or 32.26% from 592); Max value from RGB is 209 - color contains mainly: green. Hex color #C0D1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D1BF is #3F2E40. Grayscale: #C9C9C9. Windows color (decimal): -4140609 or 12571072. OLE color: 12571072.
HSL color Cylindrical-coordinate representation of color #C0D1BF: hue angle of 116.67º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0D1BF is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 209 | 191 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.18 |
| HSL | 116.67º | 0.16% | 0.78% | - |
| HSV(B) | 116.67º | 0.09% | 0.82% | - |
| XYZ | 53.94 | 60.57 | 58.14 | - |
| YUV | 201.87 | 121.87 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 209 | 191 | 0.08 | 0 | 0.09 | 0.18 | 116.67 | 0.16 | 0.78 |
| Hex | C0 | D1 | BF | 8 | 0 | 9 | 12 | 75 | 10 | 4E |
| Octal | 300 | 321 | 277 | 10 | 0 | 11 | 22 | 165 | 20 | 116 |
| Binary | 11000000 | 11010001 | 10111111 | 1000 | 0 | 1001 | 10010 | 1110101 | 10000 | 1001110 |
Color Harmonies of #C0D1BF
Complementary color
Monochromatic Colors of #C0D1BF
Black with #C0D1BF
Text Example
Text Example
White with #C0D1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D1BF; }
p { color: rgb(192,209,191); }
H1.HeaderClassName
{
color: #C0D1BF;
}
.AnyTagClassName
{
color: #C0D1BF;
}
</style>
background-color css
<style>
a { background-color: #C0D1BF; }
a { background-color: rgb(192,209,191); }
div.DivClassName
{
background-color: #C0D1BF;
}
.BgClassName
{
background-color: #C0D1BF;
}
</style>
border-color css
<style>
span { border-color: #C0D1BF; }
span { border-color: rgb(192,209,191); }
td.TdClassName
{
border-color: #C0D1BF;
}
.TagClassName
{
border-color: #C0D1BF;
}
</style>