#CCC4BF

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

Shades of Pale Slate #CCC4BF

Tints of Pale Slate #CCC4BF

Color information

#CCC4BF (or 0xCCC4BF) is unknown color: approx Pale Slate. HEX triplet: CC, C4 and BF. RGB value is (204,196,191). Sum of RGB (Red+Green+Blue) = 204+196+191=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 191 (75% from 255 or 32.32% from 591); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC4BF is #333B40. Grayscale: #C5C5C5. Windows color (decimal): -3357505 or 12567756. OLE color: 12567756.

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

Color convert

RGB204196191-
CMYK00.040.060.2
HSL23.08º11.3%77.45%-
HSV(B)23.08º6.37%80%-
XYZ54.0556.0857.27-
YUV197.82124.15132.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.52%
GREEN value IS 196 (76.95% from 255) = 33.16%
BLUE value IS 191 (75% from 255) = 32.32%
R=34.52%
G=33.16%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419619100.040.060.223.0811.377.45
HexCCC4BF0461417b4d
Octal314304277046242713115
Binary1100110011000100101111110100110101001011110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC4BF; }

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

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

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

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

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

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

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

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