#CBBEB9

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

Shades of Pale Slate #CBBEB9

Tints of Pale Slate #CBBEB9

Color information

#CBBEB9 (or 0xCBBEB9) is unknown color: approx Pale Slate. HEX triplet: CB, BE and B9. RGB value is (203,190,185). Sum of RGB (Red+Green+Blue) = 203+190+185=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 190 (74.61% from 255 or 32.87% from 578); Blue value is 185 (72.66% from 255 or 32.01% from 578); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBEB9 is #344146. Grayscale: #C1C1C1. Windows color (decimal): -3424583 or 12173003. OLE color: 12173003.

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

Color convert

RGB203190185-
CMYK00.060.090.20
HSL16.67º14.75%76.08%-
HSV(B)16.67º8.87%79.61%-
XYZ51.853.0353.4-
YUV193.32123.31134.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.12%
GREEN value IS 190 (74.61% from 255) = 32.87%
BLUE value IS 185 (72.66% from 255) = 32.01%
R=35.12%
G=32.87%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319018500.060.090.2016.6714.7576.08
HexCBBEB90691411f4c
Octal3132762710611242117114
Binary11001011101111101011100101101001101001000111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBEB9; }

 p { color: rgb(203,190,185); }

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

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

 a { background-color: rgb(203,190,185); }

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

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

 span { border-color: rgb(203,190,185); }

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