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