Shades of Pumice #C3CDB8
Tints of Pumice #C3CDB8
RGB
CMYK
RGB Variations
Color information
#C3CDB8 (or 0xC3CDB8) is known color: Pumice. HEX triplet: C3, CD and B8. RGB value is (195,205,184). Sum of RGB (Red+Green+Blue) = 195+205+184=584 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.39% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 184 (72.27% from 255 or 31.51% from 584); Max value from RGB is 205 - color contains mainly: green. Hex color #C3CDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CDB8 is #3C3247. Grayscale: #C7C7C7. Windows color (decimal): -3945032 or 12111299. OLE color: 12111299.
HSL color Cylindrical-coordinate representation of color #C3CDB8: hue angle of 88.57º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3CDB8 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 205 | 184 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.20 |
| HSL | 88.57º | 0.17% | 0.76% | - |
| HSV(B) | 88.57º | 0.1% | 0.8% | - |
| XYZ | 52.99 | 58.73 | 53.89 | - |
| YUV | 199.62 | 119.19 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 205 | 184 | 0.05 | 0 | 0.10 | 0.20 | 88.57 | 0.17 | 0.76 |
| Hex | C3 | CD | B8 | 5 | 0 | A | 14 | 59 | 11 | 4C |
| Octal | 303 | 315 | 270 | 5 | 0 | 12 | 24 | 131 | 21 | 114 |
| Binary | 11000011 | 11001101 | 10111000 | 101 | 0 | 1010 | 10100 | 1011001 | 10001 | 1001100 |
Color Harmonies of #C3CDB8
Complementary color
Monochromatic Colors of #C3CDB8
Black with #C3CDB8
Text Example
Text Example
White with #C3CDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CDB8; }
p { color: rgb(195,205,184); }
H1.HeaderClassName
{
color: #C3CDB8;
}
.AnyTagClassName
{
color: #C3CDB8;
}
</style>
background-color css
<style>
a { background-color: #C3CDB8; }
a { background-color: rgb(195,205,184); }
div.DivClassName
{
background-color: #C3CDB8;
}
.BgClassName
{
background-color: #C3CDB8;
}
</style>
border-color css
<style>
span { border-color: #C3CDB8; }
span { border-color: rgb(195,205,184); }
td.TdClassName
{
border-color: #C3CDB8;
}
.TagClassName
{
border-color: #C3CDB8;
}
</style>