#CABEBA

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

Shades of Pale Slate #CABEBA

Tints of Pale Slate #CABEBA

Color information

#CABEBA (or 0xCABEBA) is unknown color: approx Pale Slate. HEX triplet: CA, BE and BA. RGB value is (202,190,186). Sum of RGB (Red+Green+Blue) = 202+190+186=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 190 (74.61% from 255 or 32.87% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 202 - color contains mainly: red. Hex color #CABEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABEBA is #354145. Grayscale: #C1C1C1. Windows color (decimal): -3490118 or 12238538. OLE color: 12238538.

HSL color Cylindrical-coordinate representation of color #CABEBA: hue angle of 15º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CABEBA is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB202190186-
CMYK00.060.080.21
HSL15º13.11%76.08%-
HSV(B)15º7.92%79.22%-
XYZ51.6352.9353.95-
YUV193.13123.98134.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.95%
GREEN value IS 190 (74.61% from 255) = 32.87%
BLUE value IS 186 (73.05% from 255) = 32.18%
R=34.95%
G=32.87%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219018600.060.080.211513.1176.08
HexCABEBA06815fd4c
Octal3122762720610251715114
Binary1100101010111110101110100110100010101111111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABEBA; }

 p { color: rgb(202,190,186); }

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

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

 a { background-color: rgb(202,190,186); }

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

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

 span { border-color: rgb(202,190,186); }

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