Shades of Paris White #C4CEC4
Tints of Paris White #C4CEC4
RGB
CMYK
RGB Variations
Color information
#C4CEC4 (or 0xC4CEC4) is known color: Paris White. HEX triplet: C4, CE and C4. RGB value is (196,206,196). Sum of RGB (Red+Green+Blue) = 196+206+196=598 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.78% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 196 (76.95% from 255 or 32.78% from 598); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CEC4 is #3B313B. Grayscale: #C9C9C9. Windows color (decimal): -3879228 or 12897988. OLE color: 12897988.
HSL color Cylindrical-coordinate representation of color #C4CEC4: hue angle of 120º degrees, saturation: 0.09, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C4CEC4 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 206 | 196 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.19 |
| HSL | 120º | 0.09% | 0.79% | - |
| HSV(B) | 120º | 0.05% | 0.81% | - |
| XYZ | 54.8 | 59.86 | 60.89 | - |
| YUV | 201.87 | 124.69 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 206 | 196 | 0.05 | 0 | 0.05 | 0.19 | 120 | 0.09 | 0.79 |
| Hex | C4 | CE | C4 | 5 | 0 | 5 | 13 | 78 | 9 | 4F |
| Octal | 304 | 316 | 304 | 5 | 0 | 5 | 23 | 170 | 11 | 117 |
| Binary | 11000100 | 11001110 | 11000100 | 101 | 0 | 101 | 10011 | 1111000 | 1001 | 1001111 |
Color Harmonies of #C4CEC4
Complementary color
Monochromatic Colors of #C4CEC4
Black with #C4CEC4
Text Example
Text Example
White with #C4CEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CEC4; }
p { color: rgb(196,206,196); }
H1.HeaderClassName
{
color: #C4CEC4;
}
.AnyTagClassName
{
color: #C4CEC4;
}
</style>
background-color css
<style>
a { background-color: #C4CEC4; }
a { background-color: rgb(196,206,196); }
div.DivClassName
{
background-color: #C4CEC4;
}
.BgClassName
{
background-color: #C4CEC4;
}
</style>
border-color css
<style>
span { border-color: #C4CEC4; }
span { border-color: rgb(196,206,196); }
td.TdClassName
{
border-color: #C4CEC4;
}
.TagClassName
{
border-color: #C4CEC4;
}
</style>