Shades of Paris White #C4CEC3
Tints of Paris White #C4CEC3
RGB
CMYK
RGB Variations
Color information
#C4CEC3 (or 0xC4CEC3) is known color: Paris White. HEX triplet: C4, CE and C3. RGB value is (196,206,195). Sum of RGB (Red+Green+Blue) = 196+206+195=597 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.83% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 195 (76.56% from 255 or 32.66% from 597); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CEC3 is #3B313C. Grayscale: #C9C9C9. Windows color (decimal): -3879229 or 12832452. OLE color: 12832452.
HSL color Cylindrical-coordinate representation of color #C4CEC3: hue angle of 114.55º degrees, saturation: 0.1, 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 #C4CEC3 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 206 | 195 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.19 |
| HSL | 114.55º | 0.1% | 0.79% | - |
| HSV(B) | 114.55º | 0.05% | 0.81% | - |
| XYZ | 54.69 | 59.82 | 60.29 | - |
| YUV | 201.76 | 124.19 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 206 | 195 | 0.05 | 0 | 0.05 | 0.19 | 114.55 | 0.1 | 0.79 |
| Hex | C4 | CE | C3 | 5 | 0 | 5 | 13 | 73 | A | 4F |
| Octal | 304 | 316 | 303 | 5 | 0 | 5 | 23 | 163 | 12 | 117 |
| Binary | 11000100 | 11001110 | 11000011 | 101 | 0 | 101 | 10011 | 1110011 | 1010 | 1001111 |
Color Harmonies of #C4CEC3
Complementary color
Monochromatic Colors of #C4CEC3
Black with #C4CEC3
Text Example
Text Example
White with #C4CEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CEC3; }
p { color: rgb(196,206,195); }
H1.HeaderClassName
{
color: #C4CEC3;
}
.AnyTagClassName
{
color: #C4CEC3;
}
</style>
background-color css
<style>
a { background-color: #C4CEC3; }
a { background-color: rgb(196,206,195); }
div.DivClassName
{
background-color: #C4CEC3;
}
.BgClassName
{
background-color: #C4CEC3;
}
</style>
border-color css
<style>
span { border-color: #C4CEC3; }
span { border-color: rgb(196,206,195); }
td.TdClassName
{
border-color: #C4CEC3;
}
.TagClassName
{
border-color: #C4CEC3;
}
</style>