Shades of Paris White #C1CEC1
Tints of Paris White #C1CEC1
RGB
CMYK
RGB Variations
Color information
#C1CEC1 (or 0xC1CEC1) is known color: Paris White. HEX triplet: C1, CE and C1. RGB value is (193,206,193). Sum of RGB (Red+Green+Blue) = 193+206+193=592 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.60% from 592); Green value is 206 (80.86% from 255 or 34.80% from 592); Blue value is 193 (75.78% from 255 or 32.60% from 592); Max value from RGB is 206 - color contains mainly: green. Hex color #C1CEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CEC1 is #3E313E. Grayscale: #C8C8C8. Windows color (decimal): -4075839 or 12701377. OLE color: 12701377.
HSL color Cylindrical-coordinate representation of color #C1CEC1: hue angle of 120º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C1CEC1 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
RGB | 193 | 206 | 193 | - |
CMYK | 0.06 | 0 | 0.06 | 0.19 |
HSL | 120º | 0.12% | 0.78% | - |
HSV(B) | 120º | 0.06% | 0.81% | - |
XYZ | 53.69 | 59.33 | 59.07 | - |
YUV | 200.63 | 123.69 | 122.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 206 | 193 | 0.06 | 0 | 0.06 | 0.19 | 120 | 0.12 | 0.78 |
Hex | C1 | CE | C1 | 6 | 0 | 6 | 13 | 78 | C | 4E |
Octal | 301 | 316 | 301 | 6 | 0 | 6 | 23 | 170 | 14 | 116 |
Binary | 11000001 | 11001110 | 11000001 | 110 | 0 | 110 | 10011 | 1111000 | 1100 | 1001110 |
Color Harmonies of #C1CEC1
Complementary color
Monochromatic Colors of #C1CEC1
Black with #C1CEC1
Text Example
Text Example
White with #C1CEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CEC1; }
p { color: rgb(193,206,193); }
H1.HeaderClassName
{
color: #C1CEC1;
}
.AnyTagClassName
{
color: #C1CEC1;
}
</style>
background-color css
<style>
a { background-color: #C1CEC1; }
a { background-color: rgb(193,206,193); }
div.DivClassName
{
background-color: #C1CEC1;
}
.BgClassName
{
background-color: #C1CEC1;
}
</style>
border-color css
<style>
span { border-color: #C1CEC1; }
span { border-color: rgb(193,206,193); }
td.TdClassName
{
border-color: #C1CEC1;
}
.TagClassName
{
border-color: #C1CEC1;
}
</style>