#C2D0B6

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

Shades of Pumice #C2D0B6

Tints of Pumice #C2D0B6

Color information

#C2D0B6 (or 0xC2D0B6) is unknown color: approx Pumice. HEX triplet: C2, D0 and B6. RGB value is (194,208,182). Sum of RGB (Red+Green+Blue) = 194+208+182=584 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.22% from 584); Green value is 208 (81.64% from 255 or 35.62% from 584); Blue value is 182 (71.48% from 255 or 31.16% from 584); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D0B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D0B6 is #3D2F49. Grayscale: #C8C8C8. Windows color (decimal): -4009802 or 11980994. OLE color: 11980994.

HSL color Cylindrical-coordinate representation of color #C2D0B6: hue angle of 92.31º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2D0B6 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB194208182-
CMYK0.0700.120.18
HSL92.31º21.67%76.47%-
HSV(B)92.31º12.5%81.57%-
XYZ53.2559.9653.02-
YUV200.85117.36123.11-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.22%
GREEN value IS 208 (81.64% from 255) = 35.62%
BLUE value IS 182 (71.48% from 255) = 31.16%
R=33.22%
G=35.62%
B=31.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1942081820.0700.120.1892.3121.6776.47
HexC2D0B670C125c164c
Octal30232026670142213426114
Binary11000010110100001011011011101100100101011100101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D0B6; }

 p { color: rgb(194,208,182); }

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

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

 a { background-color: rgb(194,208,182); }

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

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

 span { border-color: rgb(194,208,182); }

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