#CABEB8

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

Shades of Pale Slate #CABEB8

Tints of Pale Slate #CABEB8

Color information

#CABEB8 (or 0xCABEB8) is unknown color: approx Pale Slate. HEX triplet: CA, BE and B8. RGB value is (202,190,184). Sum of RGB (Red+Green+Blue) = 202+190+184=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 184 (72.27% from 255 or 31.94% from 576); Max value from RGB is 202 - color contains mainly: red. Hex color #CABEB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABEB8 is #354147. Grayscale: #C0C0C0. Windows color (decimal): -3490120 or 12107466. OLE color: 12107466.

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

Color convert

RGB202190184-
CMYK00.060.090.21
HSL20º14.52%75.69%-
HSV(B)20º8.91%79.22%-
XYZ51.4252.8452.84-
YUV192.9122.98134.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.07%
GREEN value IS 190 (74.61% from 255) = 32.99%
BLUE value IS 184 (72.27% from 255) = 31.94%
R=35.07%
G=32.99%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219018400.060.090.212014.5275.69
HexCABEB80691514f4c
Octal3122762700611252417114
Binary11001010101111101011100001101001101011010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABEB8; }

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

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

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

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

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

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

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

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