#CABEB5

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

Shades of Pale Slate #CABEB5

Tints of Pale Slate #CABEB5

Color information

#CABEB5 (or 0xCABEB5) is unknown color: approx Pale Slate. HEX triplet: CA, BE and B5. RGB value is (202,190,181). Sum of RGB (Red+Green+Blue) = 202+190+181=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 181 (71.09% from 255 or 31.59% from 573); Max value from RGB is 202 - color contains mainly: red. Hex color #CABEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABEB5 is #35414A. Grayscale: #C0C0C0. Windows color (decimal): -3490123 or 11910858. OLE color: 11910858.

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

Color convert

RGB202190181-
CMYK00.060.100.21
HSL25.71º16.54%75.1%-
HSV(B)25.71º10.4%79.22%-
XYZ51.1152.7251.2-
YUV192.56121.48134.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.25%
GREEN value IS 190 (74.61% from 255) = 33.16%
BLUE value IS 181 (71.09% from 255) = 31.59%
R=35.25%
G=33.16%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219018100.060.100.2125.7116.5475.1
HexCABEB506A151a114b
Octal3122762650612253221113
Binary110010101011111010110101011010101010111010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABEB5; }

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

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

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

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

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

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

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

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