#CBBEB8

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

Shades of Pale Slate #CBBEB8

Tints of Pale Slate #CBBEB8

Color information

#CBBEB8 (or 0xCBBEB8) is unknown color: approx Pale Slate. HEX triplet: CB, BE and B8. RGB value is (203,190,184). Sum of RGB (Red+Green+Blue) = 203+190+184=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 184 (72.27% from 255 or 31.89% from 577); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBEB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBEB8 is #344147. Grayscale: #C1C1C1. Windows color (decimal): -3424584 or 12107467. OLE color: 12107467.

HSL color Cylindrical-coordinate representation of color #CBBEB8: hue angle of 18.95º 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 #CBBEB8 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB203190184-
CMYK00.060.090.20
HSL18.95º15.45%75.88%-
HSV(B)18.95º9.36%79.61%-
XYZ51.6952.9852.85-
YUV193.2122.81134.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.18%
GREEN value IS 190 (74.61% from 255) = 32.93%
BLUE value IS 184 (72.27% from 255) = 31.89%
R=35.18%
G=32.93%
B=31.89%

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
Decimal20319018400.060.090.2018.9515.4575.88
HexCBBEB80691413f4c
Octal3132762700611242317114
Binary11001011101111101011100001101001101001001111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBEB8; }

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

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

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

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

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

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

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

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