#C6CEBE

Color #C6CEBE Pumice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pumice #C6CEBE

Tints of Pumice #C6CEBE

Color information

#C6CEBE (or 0xC6CEBE) is unknown color: approx Pumice. HEX triplet: C6, CE and BE. RGB value is (198,206,190). Sum of RGB (Red+Green+Blue) = 198+206+190=594 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.33% from 594); Green value is 206 (80.86% from 255 or 34.68% from 594); Blue value is 190 (74.61% from 255 or 31.99% from 594); Max value from RGB is 206 - color contains mainly: green. Hex color #C6CEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CEBE is #393141. Grayscale: #C9C9C9. Windows color (decimal): -3748162 or 12504774. OLE color: 12504774.

HSL color Cylindrical-coordinate representation of color #C6CEBE: hue angle of 90º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C6CEBE is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB198206190-
CMYK0.0400.080.19
HSL90º14.04%77.65%-
HSV(B)90º7.77%80.78%-
XYZ54.6559.8757.39-
YUV201.78121.35125.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 33.33%
GREEN value IS 206 (80.86% from 255) = 34.68%
BLUE value IS 190 (74.61% from 255) = 31.99%
R=33.33%
G=34.68%
B=31.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1982061900.0400.080.199014.0477.65
HexC6CEBE408135ae4e
Octal30631627640102313216116
Binary1100011011001110101111101000100010011101101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CEBE; }

 p { color: rgb(198,206,190); }

 H1.HeaderClassName
 {
   color: #C6CEBE;
 }
 .AnyTagClassName
 {
   color: #C6CEBE;
 }
</style>
background-color css

<style>
 a { background-color: #C6CEBE; }

 a { background-color: rgb(198,206,190); }

 div.DivClassName
 {
   background-color: #C6CEBE;
 }
 .BgClassName
 {
   background-color: #C6CEBE;
 }
</style>
border-color css

<style>
 span { border-color: #C6CEBE; }

 span { border-color: rgb(198,206,190); }

 td.TdClassName
 {
   border-color: #C6CEBE;
 }
 .TagClassName
 {
   border-color: #C6CEBE;
 }
</style>