Shades of Pumice #C6CDBF
Tints of Pumice #C6CDBF
RGB
CMYK
RGB Variations
Color information
#C6CDBF (or 0xC6CDBF) is known color: Pumice. HEX triplet: C6, CD and BF. RGB value is (198,205,191). Sum of RGB (Red+Green+Blue) = 198+205+191=594 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.33% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 191 (75% from 255 or 32.15% from 594); Max value from RGB is 205 - color contains mainly: green. Hex color #C6CDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CDBF is #393240. Grayscale: #C9C9C9. Windows color (decimal): -3748417 or 12570054. OLE color: 12570054.
HSL color Cylindrical-coordinate representation of color #C6CDBF: hue angle of 90º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C6CDBF is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 205 | 191 | - |
| CMYK | 0.03 | 0 | 0.07 | 0.20 |
| HSL | 90º | 0.12% | 0.78% | - |
| HSV(B) | 90º | 0.07% | 0.8% | - |
| XYZ | 54.52 | 59.43 | 57.89 | - |
| YUV | 201.31 | 122.18 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 205 | 191 | 0.03 | 0 | 0.07 | 0.20 | 90 | 0.12 | 0.78 |
| Hex | C6 | CD | BF | 3 | 0 | 7 | 14 | 5A | C | 4E |
| Octal | 306 | 315 | 277 | 3 | 0 | 7 | 24 | 132 | 14 | 116 |
| Binary | 11000110 | 11001101 | 10111111 | 11 | 0 | 111 | 10100 | 1011010 | 1100 | 1001110 |
Color Harmonies of #C6CDBF
Complementary color
Monochromatic Colors of #C6CDBF
Black with #C6CDBF
Text Example
Text Example
White with #C6CDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CDBF; }
p { color: rgb(198,205,191); }
H1.HeaderClassName
{
color: #C6CDBF;
}
.AnyTagClassName
{
color: #C6CDBF;
}
</style>
background-color css
<style>
a { background-color: #C6CDBF; }
a { background-color: rgb(198,205,191); }
div.DivClassName
{
background-color: #C6CDBF;
}
.BgClassName
{
background-color: #C6CDBF;
}
</style>
border-color css
<style>
span { border-color: #C6CDBF; }
span { border-color: rgb(198,205,191); }
td.TdClassName
{
border-color: #C6CDBF;
}
.TagClassName
{
border-color: #C6CDBF;
}
</style>