Html Css Color HEX #CABEB6 Pale Slate

📋 copy color: '#CABEB6'

red 202 ◦ green 190 ◦ blue 182

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

Shades of Pale Slate #CABEB6

Tints of Pale Slate #CABEB6

RGB

 RED value IS 202 (79.3% from 255) = 35.19%

 GREEN value IS 190 (74.61% from 255) = 33.1%

 BLUE value IS 182 (71.48% from 255) = 31.71%

R = 35.19%
G = 33.1%
B = 31.71%

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

#CABEB6 (or 0xCABEB6) is known color: Pale Slate. HEX triplet: CA, BE and B6. RGB value is (202,190,182). Sum of RGB (Red+Green+Blue) = 202+190+182=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 190 (74.61% from 255 or 33.10% from 574); Blue value is 182 (71.48% from 255 or 31.71% from 574); Max value from RGB is 202 - color contains mainly: red. Hex color #CABEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABEB6 is #354149. Grayscale: #C0C0C0. Windows color (decimal): -3490122 or 11976394. OLE color: 11976394.

HSL color Cylindrical-coordinate representation of color #CABEB6: hue angle of 24º degrees, saturation: 0.16, 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 #CABEB6 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 190 182 -
CMYK 0 0.06 0.10 0.21
HSL 24º 0.16% 0.75% -
HSV(B) 24º 0.1% 0.79% -
XYZ 51.21 52.76 51.74 -
YUV 192.68 121.98 134.65 -
System Red Green Blue C M Y K H S L
Decimal 202 190 182 0 0.06 0.10 0.21 24 0.16 0.75
Hex CA BE B6 0 6 A 15 18 10 4B
Octal 312 276 266 0 6 12 25 30 20 113
Binary 11001010 10111110 10110110 0 110 1010 10101 11000 10000 1001011

Color Harmonies of #CABEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABEB6

Black with #CABEB6

Text Example


Text Example

White with #CABEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABEB6; }

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

 H1.HeaderClassName
 {
   color: #CABEB6;
 }
 .AnyTagClassName
 {
   color: #CABEB6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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