#CBBEB6

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

Shades of Pale Slate #CBBEB6

Tints of Pale Slate #CBBEB6

Color information

#CBBEB6 (or 0xCBBEB6) is unknown color: approx Pale Slate. HEX triplet: CB, BE and B6. RGB value is (203,190,182). Sum of RGB (Red+Green+Blue) = 203+190+182=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 182 (71.48% from 255 or 31.65% from 575); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBEB6 is #344149. Grayscale: #C1C1C1. Windows color (decimal): -3424586 or 11976395. OLE color: 11976395.

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

Color convert

RGB203190182-
CMYK00.060.100.20
HSL22.86º16.8%75.49%-
HSV(B)22.86º10.34%79.61%-
XYZ51.4952.951.75-
YUV192.97121.81135.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.30%
GREEN value IS 190 (74.61% from 255) = 33.04%
BLUE value IS 182 (71.48% from 255) = 31.65%
R=35.30%
G=33.04%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319018200.060.100.2022.8616.875.49
HexCBBEB606A1417114b
Octal3132762660612242721113
Binary110010111011111010110110011010101010010111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBEB6; }

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

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

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

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

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

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

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

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