#CCC3BD

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

Shades of Pale Slate #CCC3BD

Tints of Pale Slate #CCC3BD

Color information

#CCC3BD (or 0xCCC3BD) is unknown color: approx Pale Slate. HEX triplet: CC, C3 and BD. RGB value is (204,195,189). Sum of RGB (Red+Green+Blue) = 204+195+189=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 195 (76.56% from 255 or 33.16% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC3BD is #333C42. Grayscale: #C5C5C5. Windows color (decimal): -3357763 or 12436428. OLE color: 12436428.

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

Color convert

RGB204195189-
CMYK00.040.070.2
HSL24º12.82%77.06%-
HSV(B)24º7.35%80%-
XYZ53.655.5456.04-
YUV197.01123.48132.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.69%
GREEN value IS 195 (76.56% from 255) = 33.16%
BLUE value IS 189 (74.22% from 255) = 32.14%
R=34.69%
G=33.16%
B=32.14%

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
Decimal20419518900.040.070.22412.8277.06
HexCCC3BD0471418d4d
Octal314303275047243015115
Binary1100110011000011101111010100111101001100011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC3BD; }

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

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

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

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

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

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

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

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