#C5CEBB

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

Shades of Pumice #C5CEBB

Tints of Pumice #C5CEBB

Color information

#C5CEBB (or 0xC5CEBB) is unknown color: approx Pumice. HEX triplet: C5, CE and BB. RGB value is (197,206,187). Sum of RGB (Red+Green+Blue) = 197+206+187=590 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.39% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CEBB is #3A3144. Grayscale: #C9C9C9. Windows color (decimal): -3813701 or 12308165. OLE color: 12308165.

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

Color convert

RGB197206187-
CMYK0.0400.090.19
HSL88.42º16.24%77.06%-
HSV(B)88.42º9.22%80.78%-
XYZ54.0759.655.67-
YUV201.14120.02125.04-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.39%
GREEN value IS 206 (80.86% from 255) = 34.92%
BLUE value IS 187 (73.44% from 255) = 31.69%
R=33.39%
G=34.92%
B=31.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1972061870.0400.090.1988.4216.2477.06
HexC5CEBB4091358104d
Octal30531627340112313020115
Binary11000101110011101011101110001001100111011000100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CEBB; }

 p { color: rgb(197,206,187); }

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

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

 a { background-color: rgb(197,206,187); }

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

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

 span { border-color: rgb(197,206,187); }

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