#CCBEB6

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

Shades of Pale Slate #CCBEB6

Tints of Pale Slate #CCBEB6

Color information

#CCBEB6 (or 0xCCBEB6) is unknown color: approx Pale Slate. HEX triplet: CC, BE and B6. RGB value is (204,190,182). Sum of RGB (Red+Green+Blue) = 204+190+182=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 182 (71.48% from 255 or 31.60% from 576); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBEB6 is #334149. Grayscale: #C1C1C1. Windows color (decimal): -3359050 or 11976396. OLE color: 11976396.

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

Color convert

RGB204190182-
CMYK00.070.110.2
HSL21.82º17.74%75.69%-
HSV(B)21.82º10.78%80%-
XYZ51.7653.0451.77-
YUV193.27121.64135.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.42%
GREEN value IS 190 (74.61% from 255) = 32.99%
BLUE value IS 182 (71.48% from 255) = 31.60%
R=35.42%
G=32.99%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419018200.070.110.221.8217.7475.69
HexCCBEB607B1416124c
Octal3142762660713242622114
Binary110011001011111010110110011110111010010110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBEB6; }

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

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

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

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

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

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

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

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