#CBBDB1

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

Shades of Pale Slate #CBBDB1

Tints of Pale Slate #CBBDB1

Color information

#CBBDB1 (or 0xCBBDB1) is unknown color: approx Pale Slate. HEX triplet: CB, BD and B1. RGB value is (203,189,177). Sum of RGB (Red+Green+Blue) = 203+189+177=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 177 (69.53% from 255 or 31.11% from 569); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBDB1 is #34424E. Grayscale: #BFBFBF. Windows color (decimal): -3424847 or 11648459. OLE color: 11648459.

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

Color convert

RGB203189177-
CMYK00.070.130.20
HSL27.69º20%74.51%-
HSV(B)27.69º12.81%79.61%-
XYZ50.7652.2749.01-
YUV191.82119.64135.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.68%
GREEN value IS 189 (74.22% from 255) = 33.22%
BLUE value IS 177 (69.53% from 255) = 31.11%
R=35.68%
G=33.22%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318917700.070.130.2027.692074.51
HexCBBDB107D141c144b
Octal3132752610715243424113
Binary110010111011110110110001011111011010011100101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBDB1; }

 p { color: rgb(203,189,177); }

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

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

 a { background-color: rgb(203,189,177); }

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

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

 span { border-color: rgb(203,189,177); }

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