#C6CEBD

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

Shades of Pumice #C6CEBD

Tints of Pumice #C6CEBD

Color information

#C6CEBD (or 0xC6CEBD) is unknown color: approx Pumice. HEX triplet: C6, CE and BD. RGB value is (198,206,189). Sum of RGB (Red+Green+Blue) = 198+206+189=593 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.39% from 593); Green value is 206 (80.86% from 255 or 34.74% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 206 - color contains mainly: green. Hex color #C6CEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CEBD is #393142. Grayscale: #C9C9C9. Windows color (decimal): -3748163 or 12439238. OLE color: 12439238.

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

Color convert

RGB198206189-
CMYK0.0400.080.19
HSL88.24º14.78%77.45%-
HSV(B)88.24º8.25%80.78%-
XYZ54.5559.8256.82-
YUV201.67120.85125.38-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.39%
GREEN value IS 206 (80.86% from 255) = 34.74%
BLUE value IS 189 (74.22% from 255) = 31.87%
R=33.39%
G=34.74%
B=31.87%

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
Decimal1982061890.0400.080.1988.2414.7877.45
HexC6CEBD4081358f4d
Octal30631627540102313017115
Binary1100011011001110101111011000100010011101100011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CEBD; }

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

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

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

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

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

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

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

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