#CDC4BD

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

Shades of Pale Slate #CDC4BD

Tints of Pale Slate #CDC4BD

Color information

#CDC4BD (or 0xCDC4BD) is unknown color: approx Pale Slate. HEX triplet: CD, C4 and BD. RGB value is (205,196,189). Sum of RGB (Red+Green+Blue) = 205+196+189=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 196 (76.95% from 255 or 33.22% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC4BD is #323B42. Grayscale: #C5C5C5. Windows color (decimal): -3291971 or 12436685. OLE color: 12436685.

HSL color Cylindrical-coordinate representation of color #CDC4BD: hue angle of 26.25º degrees, saturation: 0.14, 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 #CDC4BD is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB205196189-
CMYK00.040.080.20
HSL26.25º13.79%77.25%-
HSV(B)26.25º7.8%80.39%-
XYZ54.156.1356.13-
YUV197.89122.98133.07-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.75%
GREEN value IS 196 (76.95% from 255) = 33.22%
BLUE value IS 189 (74.22% from 255) = 32.03%
R=34.75%
G=33.22%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519618900.040.080.2026.2513.7977.25
HexCDC4BD048141ae4d
Octal3153042750410243216115
Binary11001101110001001011110101001000101001101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC4BD; }

 p { color: rgb(205,196,189); }

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

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

 a { background-color: rgb(205,196,189); }

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

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

 span { border-color: rgb(205,196,189); }

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