#CDC1BA

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

Shades of Pale Slate #CDC1BA

Tints of Pale Slate #CDC1BA

Color information

#CDC1BA (or 0xCDC1BA) is unknown color: approx Pale Slate. HEX triplet: CD, C1 and BA. RGB value is (205,193,186). Sum of RGB (Red+Green+Blue) = 205+193+186=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 193 (75.78% from 255 or 33.05% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC1BA is #323E45. Grayscale: #C3C3C3. Windows color (decimal): -3292742 or 12239309. OLE color: 12239309.

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

Color convert

RGB205193186-
CMYK00.060.090.20
HSL22.11º15.97%76.67%-
HSV(B)22.11º9.27%80.39%-
XYZ53.1154.6654.21-
YUV195.79122.48134.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.10%
GREEN value IS 193 (75.78% from 255) = 33.05%
BLUE value IS 186 (73.05% from 255) = 31.85%
R=35.10%
G=33.05%
B=31.85%

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
Decimal20519318600.060.090.2022.1115.9776.67
HexCDC1BA0691416104d
Octal3153012720611242620115
Binary110011011100000110111010011010011010010110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC1BA; }

 p { color: rgb(205,193,186); }

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

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

 a { background-color: rgb(205,193,186); }

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

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

 span { border-color: rgb(205,193,186); }

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