Shades of Pumice #C4D1B8
Tints of Pumice #C4D1B8
RGB
CMYK
RGB Variations
Color information
#C4D1B8 (or 0xC4D1B8) is known color: Pumice. HEX triplet: C4, D1 and B8. RGB value is (196,209,184). Sum of RGB (Red+Green+Blue) = 196+209+184=589 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.28% from 589); Green value is 209 (82.03% from 255 or 35.48% from 589); Blue value is 184 (72.27% from 255 or 31.24% from 589); Max value from RGB is 209 - color contains mainly: green. Hex color #C4D1B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D1B8 is #3B2E47. Grayscale: #CACACA. Windows color (decimal): -3878472 or 12112324. OLE color: 12112324.
HSL color Cylindrical-coordinate representation of color #C4D1B8: hue angle of 91.2º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4D1B8 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 209 | 184 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.18 |
| HSL | 91.2º | 0.21% | 0.77% | - |
| HSV(B) | 91.2º | 0.12% | 0.82% | - |
| XYZ | 54.22 | 60.8 | 54.22 | - |
| YUV | 202.26 | 117.69 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 209 | 184 | 0.06 | 0 | 0.12 | 0.18 | 91.2 | 0.21 | 0.77 |
| Hex | C4 | D1 | B8 | 6 | 0 | C | 12 | 5B | 15 | 4D |
| Octal | 304 | 321 | 270 | 6 | 0 | 14 | 22 | 133 | 25 | 115 |
| Binary | 11000100 | 11010001 | 10111000 | 110 | 0 | 1100 | 10010 | 1011011 | 10101 | 1001101 |
Color Harmonies of #C4D1B8
Complementary color
Monochromatic Colors of #C4D1B8
Black with #C4D1B8
Text Example
Text Example
White with #C4D1B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D1B8; }
p { color: rgb(196,209,184); }
H1.HeaderClassName
{
color: #C4D1B8;
}
.AnyTagClassName
{
color: #C4D1B8;
}
</style>
background-color css
<style>
a { background-color: #C4D1B8; }
a { background-color: rgb(196,209,184); }
div.DivClassName
{
background-color: #C4D1B8;
}
.BgClassName
{
background-color: #C4D1B8;
}
</style>
border-color css
<style>
span { border-color: #C4D1B8; }
span { border-color: rgb(196,209,184); }
td.TdClassName
{
border-color: #C4D1B8;
}
.TagClassName
{
border-color: #C4D1B8;
}
</style>