#CDC1B9

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

Shades of Pale Slate #CDC1B9

Tints of Pale Slate #CDC1B9

Color information

#CDC1B9 (or 0xCDC1B9) is unknown color: approx Pale Slate. HEX triplet: CD, C1 and B9. RGB value is (205,193,185). Sum of RGB (Red+Green+Blue) = 205+193+185=583 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.16% from 583); Green value is 193 (75.78% from 255 or 33.10% from 583); Blue value is 185 (72.66% from 255 or 31.73% from 583); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC1B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC1B9 is #323E46. Grayscale: #C3C3C3. Windows color (decimal): -3292743 or 12173773. OLE color: 12173773.

HSL color Cylindrical-coordinate representation of color #CDC1B9: hue angle of 24º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDC1B9 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB205193185-
CMYK00.060.100.20
HSL24º16.67%76.47%-
HSV(B)24º9.76%80.39%-
XYZ5354.6253.65-
YUV195.68121.98134.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.16%
GREEN value IS 193 (75.78% from 255) = 33.10%
BLUE value IS 185 (72.66% from 255) = 31.73%
R=35.16%
G=33.10%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519318500.060.100.202416.6776.47
HexCDC1B906A1418114c
Octal3153012710612243021114
Binary110011011100000110111001011010101010011000100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC1B9; }

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

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

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

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

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

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

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

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