#CBBDB3

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

Shades of Pale Slate #CBBDB3

Tints of Pale Slate #CBBDB3

Color information

#CBBDB3 (or 0xCBBDB3) is unknown color: approx Pale Slate. HEX triplet: CB, BD and B3. RGB value is (203,189,179). Sum of RGB (Red+Green+Blue) = 203+189+179=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 179 (70.31% from 255 or 31.35% from 571); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBDB3 is #34424C. Grayscale: #C0C0C0. Windows color (decimal): -3424845 or 11779531. OLE color: 11779531.

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

Color convert

RGB203189179-
CMYK00.070.120.20
HSL25º18.75%74.9%-
HSV(B)25º11.82%79.61%-
XYZ50.9652.3550.07-
YUV192.05120.64135.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.55%
GREEN value IS 189 (74.22% from 255) = 33.10%
BLUE value IS 179 (70.31% from 255) = 31.35%
R=35.55%
G=33.10%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318917900.070.120.202518.7574.9
HexCBBDB307C1419134b
Octal3132752630714243123113
Binary110010111011110110110011011111001010011001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBDB3; }

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

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

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

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

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

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

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

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