#CCC2BE

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

Shades of Pale Slate #CCC2BE

Tints of Pale Slate #CCC2BE

Color information

#CCC2BE (or 0xCCC2BE) is unknown color: approx Pale Slate. HEX triplet: CC, C2 and BE. RGB value is (204,194,190). Sum of RGB (Red+Green+Blue) = 204+194+190=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 194 (76.17% from 255 or 32.99% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC2BE is #333D41. Grayscale: #C4C4C4. Windows color (decimal): -3358018 or 12501708. OLE color: 12501708.

HSL color Cylindrical-coordinate representation of color #CCC2BE: hue angle of 17.14º degrees, saturation: 0.12, 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 #CCC2BE is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB204194190-
CMYK00.050.070.2
HSL17.14º12.07%77.25%-
HSV(B)17.14º6.86%80%-
XYZ53.4955.1456.54-
YUV196.53124.31133.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.69%
GREEN value IS 194 (76.17% from 255) = 32.99%
BLUE value IS 190 (74.61% from 255) = 32.31%
R=34.69%
G=32.99%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419419000.050.070.217.1412.0777.25
HexCCC2BE0571411c4d
Octal314302276057242114115
Binary1100110011000010101111100101111101001000111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC2BE; }

 p { color: rgb(204,194,190); }

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

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

 a { background-color: rgb(204,194,190); }

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

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

 span { border-color: rgb(204,194,190); }

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