Shades of Paris White #C4CDC5
Tints of Paris White #C4CDC5
RGB
CMYK
RGB Variations
Color information
#C4CDC5 (or 0xC4CDC5) is known color: Paris White. HEX triplet: C4, CD and C5. RGB value is (196,205,197). Sum of RGB (Red+Green+Blue) = 196+205+197=598 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.78% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 197 (77.34% from 255 or 32.94% from 598); Max value from RGB is 205 - color contains mainly: green. Hex color #C4CDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CDC5 is #3B323A. Grayscale: #C9C9C9. Windows color (decimal): -3879483 or 12963268. OLE color: 12963268.
HSL color Cylindrical-coordinate representation of color #C4CDC5: hue angle of 126.67º degrees, saturation: 0.08, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C4CDC5 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 205 | 197 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.20 |
| HSL | 126.67º | 0.08% | 0.79% | - |
| HSV(B) | 126.67º | 0.04% | 0.8% | - |
| XYZ | 54.67 | 59.43 | 61.41 | - |
| YUV | 201.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 205 | 197 | 0.04 | 0 | 0.04 | 0.20 | 126.67 | 0.08 | 0.79 |
| Hex | C4 | CD | C5 | 4 | 0 | 4 | 14 | 7F | 8 | 4F |
| Octal | 304 | 315 | 305 | 4 | 0 | 4 | 24 | 177 | 10 | 117 |
| Binary | 11000100 | 11001101 | 11000101 | 100 | 0 | 100 | 10100 | 1111111 | 1000 | 1001111 |
Color Harmonies of #C4CDC5
Complementary color
Monochromatic Colors of #C4CDC5
Black with #C4CDC5
Text Example
Text Example
White with #C4CDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CDC5; }
p { color: rgb(196,205,197); }
H1.HeaderClassName
{
color: #C4CDC5;
}
.AnyTagClassName
{
color: #C4CDC5;
}
</style>
background-color css
<style>
a { background-color: #C4CDC5; }
a { background-color: rgb(196,205,197); }
div.DivClassName
{
background-color: #C4CDC5;
}
.BgClassName
{
background-color: #C4CDC5;
}
</style>
border-color css
<style>
span { border-color: #C4CDC5; }
span { border-color: rgb(196,205,197); }
td.TdClassName
{
border-color: #C4CDC5;
}
.TagClassName
{
border-color: #C4CDC5;
}
</style>