#CBC2BD

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

Shades of Pale Slate #CBC2BD

Tints of Pale Slate #CBC2BD

Color information

#CBC2BD (or 0xCBC2BD) is unknown color: approx Pale Slate. HEX triplet: CB, C2 and BD. RGB value is (203,194,189). Sum of RGB (Red+Green+Blue) = 203+194+189=586 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.64% from 586); Green value is 194 (76.17% from 255 or 33.11% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC2BD is #343D42. Grayscale: #C4C4C4. Windows color (decimal): -3423555 or 12436171. OLE color: 12436171.

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

Color convert

RGB203194189-
CMYK00.040.070.20
HSL21.43º11.86%76.86%-
HSV(B)21.43º6.9%79.61%-
XYZ53.1154.9555.95-
YUV196.12123.98132.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.64%
GREEN value IS 194 (76.17% from 255) = 33.11%
BLUE value IS 189 (74.22% from 255) = 32.25%
R=34.64%
G=33.11%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319418900.040.070.2021.4311.8676.86
HexCBC2BD0471415c4d
Octal313302275047242514115
Binary1100101111000010101111010100111101001010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC2BD; }

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

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

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

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

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

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

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

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