Shades of Paris White #C0D3BF
Tints of Paris White #C0D3BF
RGB
CMYK
RGB Variations
Color information
#C0D3BF (or 0xC0D3BF) is known color: Paris White. HEX triplet: C0, D3 and BF. RGB value is (192,211,191). Sum of RGB (Red+Green+Blue) = 192+211+191=594 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.32% from 594); Green value is 211 (82.81% from 255 or 35.52% from 594); Blue value is 191 (75% from 255 or 32.15% from 594); Max value from RGB is 211 - color contains mainly: green. Hex color #C0D3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D3BF is #3F2C40. Grayscale: #CBCBCB. Windows color (decimal): -4140097 or 12571584. OLE color: 12571584.
HSL color Cylindrical-coordinate representation of color #C0D3BF: hue angle of 117º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0D3BF is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 211 | 191 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.17 |
| HSL | 117º | 0.19% | 0.79% | - |
| HSV(B) | 117º | 0.09% | 0.83% | - |
| XYZ | 54.44 | 61.56 | 58.3 | - |
| YUV | 203.04 | 121.21 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 211 | 191 | 0.09 | 0 | 0.09 | 0.17 | 117 | 0.19 | 0.79 |
| Hex | C0 | D3 | BF | 9 | 0 | 9 | 11 | 75 | 13 | 4F |
| Octal | 300 | 323 | 277 | 11 | 0 | 11 | 21 | 165 | 23 | 117 |
| Binary | 11000000 | 11010011 | 10111111 | 1001 | 0 | 1001 | 10001 | 1110101 | 10011 | 1001111 |
Color Harmonies of #C0D3BF
Complementary color
Monochromatic Colors of #C0D3BF
Black with #C0D3BF
Text Example
Text Example
White with #C0D3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D3BF; }
p { color: rgb(192,211,191); }
H1.HeaderClassName
{
color: #C0D3BF;
}
.AnyTagClassName
{
color: #C0D3BF;
}
</style>
background-color css
<style>
a { background-color: #C0D3BF; }
a { background-color: rgb(192,211,191); }
div.DivClassName
{
background-color: #C0D3BF;
}
.BgClassName
{
background-color: #C0D3BF;
}
</style>
border-color css
<style>
span { border-color: #C0D3BF; }
span { border-color: rgb(192,211,191); }
td.TdClassName
{
border-color: #C0D3BF;
}
.TagClassName
{
border-color: #C0D3BF;
}
</style>