#CCC4BE

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

Shades of Pale Slate #CCC4BE

Tints of Pale Slate #CCC4BE

Color information

#CCC4BE (or 0xCCC4BE) is unknown color: approx Pale Slate. HEX triplet: CC, C4 and BE. RGB value is (204,196,190). Sum of RGB (Red+Green+Blue) = 204+196+190=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 196 (76.95% from 255 or 33.22% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC4BE is #333B41. Grayscale: #C5C5C5. Windows color (decimal): -3357506 or 12502220. OLE color: 12502220.

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

Color convert

RGB204196190-
CMYK00.040.070.2
HSL25.71º12.07%77.25%-
HSV(B)25.71º6.86%80%-
XYZ53.9456.0356.69-
YUV197.71123.65132.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.58%
GREEN value IS 196 (76.95% from 255) = 33.22%
BLUE value IS 190 (74.61% from 255) = 32.20%
R=34.58%
G=33.22%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419619000.040.070.225.7112.0777.25
HexCCC4BE047141ac4d
Octal314304276047243214115
Binary1100110011000100101111100100111101001101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC4BE; }

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

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

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

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

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

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

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

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