#CBBEB3

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

Shades of Pale Slate #CBBEB3

Tints of Pale Slate #CBBEB3

Color information

#CBBEB3 (or 0xCBBEB3) is unknown color: approx Pale Slate. HEX triplet: CB, BE and B3. RGB value is (203,190,179). Sum of RGB (Red+Green+Blue) = 203+190+179=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 190 (74.61% from 255 or 33.22% from 572); Blue value is 179 (70.31% from 255 or 31.29% from 572); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBEB3 is #34414C. Grayscale: #C0C0C0. Windows color (decimal): -3424589 or 11779787. OLE color: 11779787.

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

Color convert

RGB203190179-
CMYK00.060.120.20
HSL27.5º18.75%74.9%-
HSV(B)27.5º11.82%79.61%-
XYZ51.1852.7850.14-
YUV192.63120.31135.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.49%
GREEN value IS 190 (74.61% from 255) = 33.22%
BLUE value IS 179 (70.31% from 255) = 31.29%
R=35.49%
G=33.22%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319017900.060.120.2027.518.7574.9
HexCBBEB306C141c134b
Octal3132762630614243423113
Binary110010111011111010110011011011001010011100100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBEB3; }

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

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

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

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

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

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

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

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