#CCC3BF

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

Shades of Pale Slate #CCC3BF

Tints of Pale Slate #CCC3BF

Color information

#CCC3BF (or 0xCCC3BF) is unknown color: approx Pale Slate. HEX triplet: CC, C3 and BF. RGB value is (204,195,191). Sum of RGB (Red+Green+Blue) = 204+195+191=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 195 (76.56% from 255 or 33.05% from 590); Blue value is 191 (75% from 255 or 32.37% from 590); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC3BF is #333C40. Grayscale: #C5C5C5. Windows color (decimal): -3357761 or 12567500. OLE color: 12567500.

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

Color convert

RGB204195191-
CMYK00.040.060.2
HSL18.46º11.3%77.45%-
HSV(B)18.46º6.37%80%-
XYZ53.8255.6357.19-
YUV197.24124.48132.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.58%
GREEN value IS 195 (76.56% from 255) = 33.05%
BLUE value IS 191 (75% from 255) = 32.37%
R=34.58%
G=33.05%
B=32.37%

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
Decimal20419519100.040.060.218.4611.377.45
HexCCC3BF0461412b4d
Octal314303277046242213115
Binary1100110011000011101111110100110101001001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC3BF; }

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

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

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

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

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

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

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

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