Shades of Pumice #C5CDBE
Tints of Pumice #C5CDBE
RGB
CMYK
RGB Variations
Color information
#C5CDBE (or 0xC5CDBE) is known color: Pumice. HEX triplet: C5, CD and BE. RGB value is (197,205,190). Sum of RGB (Red+Green+Blue) = 197+205+190=592 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.28% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CDBE is #3A3241. Grayscale: #C8C8C8. Windows color (decimal): -3813954 or 12504517. OLE color: 12504517.
HSL color Cylindrical-coordinate representation of color #C5CDBE: hue angle of 92º 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 #C5CDBE is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
RGB | 197 | 205 | 190 | - |
CMYK | 0.04 | 0 | 0.07 | 0.20 |
HSL | 92º | 0.13% | 0.77% | - |
HSV(B) | 92º | 0.07% | 0.8% | - |
XYZ | 54.15 | 59.25 | 57.3 | - |
YUV | 200.9 | 121.85 | 125.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 205 | 190 | 0.04 | 0 | 0.07 | 0.20 | 92 | 0.13 | 0.77 |
Hex | C5 | CD | BE | 4 | 0 | 7 | 14 | 5C | D | 4D |
Octal | 305 | 315 | 276 | 4 | 0 | 7 | 24 | 134 | 15 | 115 |
Binary | 11000101 | 11001101 | 10111110 | 100 | 0 | 111 | 10100 | 1011100 | 1101 | 1001101 |
Color Harmonies of #C5CDBE
Complementary color
Monochromatic Colors of #C5CDBE
Black with #C5CDBE
Text Example
Text Example
White with #C5CDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CDBE; }
p { color: rgb(197,205,190); }
H1.HeaderClassName
{
color: #C5CDBE;
}
.AnyTagClassName
{
color: #C5CDBE;
}
</style>
background-color css
<style>
a { background-color: #C5CDBE; }
a { background-color: rgb(197,205,190); }
div.DivClassName
{
background-color: #C5CDBE;
}
.BgClassName
{
background-color: #C5CDBE;
}
</style>
border-color css
<style>
span { border-color: #C5CDBE; }
span { border-color: rgb(197,205,190); }
td.TdClassName
{
border-color: #C5CDBE;
}
.TagClassName
{
border-color: #C5CDBE;
}
</style>