#CCC3BC

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

Shades of Pale Slate #CCC3BC

Tints of Pale Slate #CCC3BC

Color information

#CCC3BC (or 0xCCC3BC) is unknown color: approx Pale Slate. HEX triplet: CC, C3 and BC. RGB value is (204,195,188). Sum of RGB (Red+Green+Blue) = 204+195+188=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 195 (76.56% from 255 or 33.22% from 587); Blue value is 188 (73.83% from 255 or 32.03% from 587); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC3BC is #333C43. Grayscale: #C4C4C4. Windows color (decimal): -3357764 or 12370892. OLE color: 12370892.

HSL color Cylindrical-coordinate representation of color #CCC3BC: hue angle of 26.25º 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 #CCC3BC is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB204195188-
CMYK00.040.080.2
HSL26.25º13.56%76.86%-
HSV(B)26.25º7.84%80%-
XYZ53.4955.555.47-
YUV196.89122.98133.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.75%
GREEN value IS 195 (76.56% from 255) = 33.22%
BLUE value IS 188 (73.83% from 255) = 32.03%
R=34.75%
G=33.22%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419518800.040.080.226.2513.5676.86
HexCCC3BC048141ae4d
Octal3143032740410243216115
Binary11001100110000111011110001001000101001101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC3BC; }

 p { color: rgb(204,195,188); }

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

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

 a { background-color: rgb(204,195,188); }

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

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

 span { border-color: rgb(204,195,188); }

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