Shades of Pumice #C6CDBE
Tints of Pumice #C6CDBE
RGB
CMYK
RGB Variations
Color information
#C6CDBE (or 0xC6CDBE) is known color: Pumice. HEX triplet: C6, CD and BE. RGB value is (198,205,190). Sum of RGB (Red+Green+Blue) = 198+205+190=593 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.39% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 190 (74.61% from 255 or 32.04% from 593); Max value from RGB is 205 - color contains mainly: green. Hex color #C6CDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CDBE is #393241. Grayscale: #C9C9C9. Windows color (decimal): -3748418 or 12504518. OLE color: 12504518.
HSL color Cylindrical-coordinate representation of color #C6CDBE: hue angle of 88º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C6CDBE is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
RGB | 198 | 205 | 190 | - |
CMYK | 0.03 | 0 | 0.07 | 0.20 |
HSL | 88º | 0.13% | 0.77% | - |
HSV(B) | 88º | 0.07% | 0.8% | - |
XYZ | 54.41 | 59.39 | 57.31 | - |
YUV | 201.2 | 121.68 | 125.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 205 | 190 | 0.03 | 0 | 0.07 | 0.20 | 88 | 0.13 | 0.77 |
Hex | C6 | CD | BE | 3 | 0 | 7 | 14 | 58 | D | 4D |
Octal | 306 | 315 | 276 | 3 | 0 | 7 | 24 | 130 | 15 | 115 |
Binary | 11000110 | 11001101 | 10111110 | 11 | 0 | 111 | 10100 | 1011000 | 1101 | 1001101 |
Color Harmonies of #C6CDBE
Complementary color
Monochromatic Colors of #C6CDBE
Black with #C6CDBE
Text Example
Text Example
White with #C6CDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CDBE; }
p { color: rgb(198,205,190); }
H1.HeaderClassName
{
color: #C6CDBE;
}
.AnyTagClassName
{
color: #C6CDBE;
}
</style>
background-color css
<style>
a { background-color: #C6CDBE; }
a { background-color: rgb(198,205,190); }
div.DivClassName
{
background-color: #C6CDBE;
}
.BgClassName
{
background-color: #C6CDBE;
}
</style>
border-color css
<style>
span { border-color: #C6CDBE; }
span { border-color: rgb(198,205,190); }
td.TdClassName
{
border-color: #C6CDBE;
}
.TagClassName
{
border-color: #C6CDBE;
}
</style>