Shades of Pumice #C5CEBB
Tints of Pumice #C5CEBB
RGB
CMYK
RGB Variations
Color information
#C5CEBB (or 0xC5CEBB) is known color: Pumice. HEX triplet: C5, CE and BB. RGB value is (197,206,187). Sum of RGB (Red+Green+Blue) = 197+206+187=590 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.39% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CEBB is #3A3144. Grayscale: #C9C9C9. Windows color (decimal): -3813701 or 12308165. OLE color: 12308165.
HSL color Cylindrical-coordinate representation of color #C5CEBB: hue angle of 88.42º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C5CEBB is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 206 | 187 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.19 |
| HSL | 88.42º | 0.16% | 0.77% | - |
| HSV(B) | 88.42º | 0.09% | 0.81% | - |
| XYZ | 54.07 | 59.6 | 55.67 | - |
| YUV | 201.14 | 120.02 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 206 | 187 | 0.04 | 0 | 0.09 | 0.19 | 88.42 | 0.16 | 0.77 |
| Hex | C5 | CE | BB | 4 | 0 | 9 | 13 | 58 | 10 | 4D |
| Octal | 305 | 316 | 273 | 4 | 0 | 11 | 23 | 130 | 20 | 115 |
| Binary | 11000101 | 11001110 | 10111011 | 100 | 0 | 1001 | 10011 | 1011000 | 10000 | 1001101 |
Color Harmonies of #C5CEBB
Complementary color
Monochromatic Colors of #C5CEBB
Black with #C5CEBB
Text Example
Text Example
White with #C5CEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CEBB; }
p { color: rgb(197,206,187); }
H1.HeaderClassName
{
color: #C5CEBB;
}
.AnyTagClassName
{
color: #C5CEBB;
}
</style>
background-color css
<style>
a { background-color: #C5CEBB; }
a { background-color: rgb(197,206,187); }
div.DivClassName
{
background-color: #C5CEBB;
}
.BgClassName
{
background-color: #C5CEBB;
}
</style>
border-color css
<style>
span { border-color: #C5CEBB; }
span { border-color: rgb(197,206,187); }
td.TdClassName
{
border-color: #C5CEBB;
}
.TagClassName
{
border-color: #C5CEBB;
}
</style>