#CBBFB8

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

Shades of Pale Slate #CBBFB8

Tints of Pale Slate #CBBFB8

Color information

#CBBFB8 (or 0xCBBFB8) is unknown color: approx Pale Slate. HEX triplet: CB, BF and B8. RGB value is (203,191,184). Sum of RGB (Red+Green+Blue) = 203+191+184=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 191 (75% from 255 or 33.04% from 578); Blue value is 184 (72.27% from 255 or 31.83% from 578); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBFB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBFB8 is #344047. Grayscale: #C1C1C1. Windows color (decimal): -3424328 or 12107723. OLE color: 12107723.

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

Color convert

RGB203191184-
CMYK00.060.090.20
HSL22.11º15.45%75.88%-
HSV(B)22.11º9.36%79.61%-
XYZ51.9153.4252.92-
YUV193.79122.48134.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.12%
GREEN value IS 191 (75% from 255) = 33.04%
BLUE value IS 184 (72.27% from 255) = 31.83%
R=35.12%
G=33.04%
B=31.83%

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
Decimal20319118400.060.090.2022.1115.4575.88
HexCBBFB80691416f4c
Octal3132772700611242617114
Binary11001011101111111011100001101001101001011011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBFB8; }

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

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

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

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

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

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

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

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