Shades of Paris White #C7CEC7
Tints of Paris White #C7CEC7
RGB
CMYK
RGB Variations
Color information
#C7CEC7 (or 0xC7CEC7) is known color: Paris White. HEX triplet: C7, CE and C7. RGB value is (199,206,199). Sum of RGB (Red+Green+Blue) = 199+206+199=604 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.95% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 199 (78.12% from 255 or 32.95% from 604); Max value from RGB is 206 - color contains mainly: green. Hex color #C7CEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CEC7 is #383138. Grayscale: #CBCBCB. Windows color (decimal): -3682617 or 13094599. OLE color: 13094599.
HSL color Cylindrical-coordinate representation of color #C7CEC7: hue angle of 120º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C7CEC7 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
RGB | 199 | 206 | 199 | - |
CMYK | 0.03 | 0 | 0.03 | 0.19 |
HSL | 120º | 0.07% | 0.79% | - |
HSV(B) | 120º | 0.03% | 0.81% | - |
XYZ | 55.93 | 60.41 | 62.74 | - |
YUV | 203.11 | 125.68 | 125.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 206 | 199 | 0.03 | 0 | 0.03 | 0.19 | 120 | 0.07 | 0.79 |
Hex | C7 | CE | C7 | 3 | 0 | 3 | 13 | 78 | 7 | 4F |
Octal | 307 | 316 | 307 | 3 | 0 | 3 | 23 | 170 | 7 | 117 |
Binary | 11000111 | 11001110 | 11000111 | 11 | 0 | 11 | 10011 | 1111000 | 111 | 1001111 |
Color Harmonies of #C7CEC7
Complementary color
Monochromatic Colors of #C7CEC7
Black with #C7CEC7
Text Example
Text Example
White with #C7CEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CEC7; }
p { color: rgb(199,206,199); }
H1.HeaderClassName
{
color: #C7CEC7;
}
.AnyTagClassName
{
color: #C7CEC7;
}
</style>
background-color css
<style>
a { background-color: #C7CEC7; }
a { background-color: rgb(199,206,199); }
div.DivClassName
{
background-color: #C7CEC7;
}
.BgClassName
{
background-color: #C7CEC7;
}
</style>
border-color css
<style>
span { border-color: #C7CEC7; }
span { border-color: rgb(199,206,199); }
td.TdClassName
{
border-color: #C7CEC7;
}
.TagClassName
{
border-color: #C7CEC7;
}
</style>