Html Css Color HEX #CABEB3 Pale Slate

📋 copy color: '#CABEB3'

red 202 ◦ green 190 ◦ blue 179

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

Shades of Pale Slate #CABEB3

Tints of Pale Slate #CABEB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 31.35%

R = 35.38%
G = 33.27%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#CABEB3 (or 0xCABEB3) is known color: Pale Slate. HEX triplet: CA, BE and B3. RGB value is (202,190,179). Sum of RGB (Red+Green+Blue) = 202+190+179=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 190 (74.61% from 255 or 33.27% from 571); Blue value is 179 (70.31% from 255 or 31.35% from 571); Max value from RGB is 202 - color contains mainly: red. Hex color #CABEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABEB3 is #35414C. Grayscale: #C0C0C0. Windows color (decimal): -3490125 or 11779786. OLE color: 11779786.

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

Color convert

RGB 202 190 179 -
CMYK 0 0.06 0.11 0.21
HSL 28.7º 0.18% 0.75% -
HSV(B) 28.7º 0.11% 0.79% -
XYZ 50.91 52.64 50.12 -
YUV 192.33 120.48 134.89 -
System Red Green Blue C M Y K H S L
Decimal 202 190 179 0 0.06 0.11 0.21 28.7 0.18 0.75
Hex CA BE B3 0 6 B 15 1D 12 4B
Octal 312 276 263 0 6 13 25 35 22 113
Binary 11001010 10111110 10110011 0 110 1011 10101 11101 10010 1001011

Color Harmonies of #CABEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABEB3

Black with #CABEB3

Text Example


Text Example

White with #CABEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABEB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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