Html Css Color HEX #CABEB5 Pale Slate

📋 copy color: '#CABEB5'

red 202 ◦ green 190 ◦ blue 181

#CABEB5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Slate #CABEB5

Tints of Pale Slate #CABEB5

RGB

 RED value IS 202 (79.3% 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 value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#CABEB5 (or 0xCABEB5) is known color: 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

RGB 202 190 181 -
CMYK 0 0.06 0.10 0.21
HSL 25.71º 0.17% 0.75% -
HSV(B) 25.71º 0.1% 0.79% -
XYZ 51.11 52.72 51.2 -
YUV 192.56 121.48 134.73 -
System Red Green Blue C M Y K H S L
Decimal 202 190 181 0 0.06 0.10 0.21 25.71 0.17 0.75
Hex CA BE B5 0 6 A 15 1A 11 4B
Octal 312 276 265 0 6 12 25 32 21 113
Binary 11001010 10111110 10110101 0 110 1010 10101 11010 10001 1001011

Color Harmonies of #CABEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABEB5

Black with #CABEB5

Text Example


Text Example

White with #CABEB5

Text Example


Text Example

HTML Codes & Css Web 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>