#CABEB4

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

Shades of Pale Slate #CABEB4

Tints of Pale Slate #CABEB4

Color information

#CABEB4 (or 0xCABEB4) is unknown color: approx Pale Slate. HEX triplet: CA, BE and B4. RGB value is (202,190,180). Sum of RGB (Red+Green+Blue) = 202+190+180=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 190 (74.61% from 255 or 33.22% from 572); Blue value is 180 (70.70% from 255 or 31.47% from 572); Max value from RGB is 202 - color contains mainly: red. Hex color #CABEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABEB4 is #35414B. Grayscale: #C0C0C0. Windows color (decimal): -3490124 or 11845322. OLE color: 11845322.

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

Color convert

RGB202190180-
CMYK00.060.110.21
HSL27.27º17.19%74.9%-
HSV(B)27.27º10.89%79.22%-
XYZ51.0152.6850.66-
YUV192.45120.98134.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.31%
GREEN value IS 190 (74.61% from 255) = 33.22%
BLUE value IS 180 (70.70% from 255) = 31.47%
R=35.31%
G=33.22%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219018000.060.110.2127.2717.1974.9
HexCABEB406B151b114b
Octal3122762640613253321113
Binary110010101011111010110100011010111010111011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABEB4; }

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

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

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

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

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

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

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

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