#CCBEB7

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

Shades of Pale Slate #CCBEB7

Tints of Pale Slate #CCBEB7

Color information

#CCBEB7 (or 0xCCBEB7) is unknown color: approx Pale Slate. HEX triplet: CC, BE and B7. RGB value is (204,190,183). Sum of RGB (Red+Green+Blue) = 204+190+183=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 183 (71.88% from 255 or 31.72% from 577); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBEB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBEB7 is #334148. Grayscale: #C1C1C1. Windows color (decimal): -3359049 or 12041932. OLE color: 12041932.

HSL color Cylindrical-coordinate representation of color #CCBEB7: hue angle of 20º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCBEB7 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB204190183-
CMYK00.070.100.2
HSL20º17.07%75.88%-
HSV(B)20º10.29%80%-
XYZ51.8653.0852.31-
YUV193.39122.14135.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.36%
GREEN value IS 190 (74.61% from 255) = 32.93%
BLUE value IS 183 (71.88% from 255) = 31.72%
R=35.36%
G=32.93%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419018300.070.100.22017.0775.88
HexCCBEB707A1414114c
Octal3142762670712242421114
Binary110011001011111010110111011110101010010100100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBEB7; }

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

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

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

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

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

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

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

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