Shades of Paris White #C5CEC5
Tints of Paris White #C5CEC5
RGB
CMYK
RGB Variations
Color information
#C5CEC5 (or 0xC5CEC5) is known color: Paris White. HEX triplet: C5, CE and C5. RGB value is (197,206,197). Sum of RGB (Red+Green+Blue) = 197+206+197=600 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.83% from 600); Green value is 206 (80.86% from 255 or 34.33% from 600); Blue value is 197 (77.34% from 255 or 32.83% from 600); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CEC5 is #3A313A. Grayscale: #CACACA. Windows color (decimal): -3813691 or 12963525. OLE color: 12963525.
HSL color Cylindrical-coordinate representation of color #C5CEC5: hue angle of 120º degrees, saturation: 0.08, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C5CEC5 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
RGB | 197 | 206 | 197 | - |
CMYK | 0.04 | 0 | 0.04 | 0.19 |
HSL | 120º | 0.08% | 0.79% | - |
HSV(B) | 120º | 0.04% | 0.81% | - |
XYZ | 55.18 | 60.04 | 61.5 | - |
YUV | 202.28 | 125.02 | 124.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 206 | 197 | 0.04 | 0 | 0.04 | 0.19 | 120 | 0.08 | 0.79 |
Hex | C5 | CE | C5 | 4 | 0 | 4 | 13 | 78 | 8 | 4F |
Octal | 305 | 316 | 305 | 4 | 0 | 4 | 23 | 170 | 10 | 117 |
Binary | 11000101 | 11001110 | 11000101 | 100 | 0 | 100 | 10011 | 1111000 | 1000 | 1001111 |
Color Harmonies of #C5CEC5
Complementary color
Monochromatic Colors of #C5CEC5
Black with #C5CEC5
Text Example
Text Example
White with #C5CEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CEC5; }
p { color: rgb(197,206,197); }
H1.HeaderClassName
{
color: #C5CEC5;
}
.AnyTagClassName
{
color: #C5CEC5;
}
</style>
background-color css
<style>
a { background-color: #C5CEC5; }
a { background-color: rgb(197,206,197); }
div.DivClassName
{
background-color: #C5CEC5;
}
.BgClassName
{
background-color: #C5CEC5;
}
</style>
border-color css
<style>
span { border-color: #C5CEC5; }
span { border-color: rgb(197,206,197); }
td.TdClassName
{
border-color: #C5CEC5;
}
.TagClassName
{
border-color: #C5CEC5;
}
</style>