#CCC2BB

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

Shades of Pale Slate #CCC2BB

Tints of Pale Slate #CCC2BB

Color information

#CCC2BB (or 0xCCC2BB) is unknown color: approx Pale Slate. HEX triplet: CC, C2 and BB. RGB value is (204,194,187). Sum of RGB (Red+Green+Blue) = 204+194+187=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 194 (76.17% from 255 or 33.16% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC2BB is #333D44. Grayscale: #C4C4C4. Windows color (decimal): -3358021 or 12305100. OLE color: 12305100.

HSL color Cylindrical-coordinate representation of color #CCC2BB: hue angle of 24.71º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCC2BB is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB204194187-
CMYK00.050.080.2
HSL24.71º14.29%76.67%-
HSV(B)24.71º8.33%80%-
XYZ53.1655.0154.83-
YUV196.19122.81133.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.87%
GREEN value IS 194 (76.17% from 255) = 33.16%
BLUE value IS 187 (73.44% from 255) = 31.97%
R=34.87%
G=33.16%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419418700.050.080.224.7114.2976.67
HexCCC2BB0581419e4d
Octal3143022730510243116115
Binary11001100110000101011101101011000101001100111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC2BB; }

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

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

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

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

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

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

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

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