#CDC1BC

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

Shades of Pale Slate #CDC1BC

Tints of Pale Slate #CDC1BC

Color information

#CDC1BC (or 0xCDC1BC) is unknown color: approx Pale Slate. HEX triplet: CD, C1 and BC. RGB value is (205,193,188). Sum of RGB (Red+Green+Blue) = 205+193+188=586 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.98% from 586); Green value is 193 (75.78% from 255 or 32.94% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC1BC is #323E43. Grayscale: #C4C4C4. Windows color (decimal): -3292740 or 12370381. OLE color: 12370381.

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

Color convert

RGB205193188-
CMYK00.060.080.20
HSL17.65º14.53%77.06%-
HSV(B)17.65º8.29%80.39%-
XYZ53.3254.7555.33-
YUV196.02123.48134.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.98%
GREEN value IS 193 (75.78% from 255) = 32.94%
BLUE value IS 188 (73.83% from 255) = 32.08%
R=34.98%
G=32.94%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519318800.060.080.2017.6514.5377.06
HexCDC1BC0681412f4d
Octal3153012740610242217115
Binary11001101110000011011110001101000101001001011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC1BC; }

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

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

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

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

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

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

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

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