#CDC2BD

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

Shades of Pale Slate #CDC2BD

Tints of Pale Slate #CDC2BD

Color information

#CDC2BD (or 0xCDC2BD) is unknown color: approx Pale Slate. HEX triplet: CD, C2 and BD. RGB value is (205,194,189). Sum of RGB (Red+Green+Blue) = 205+194+189=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 194 (76.17% from 255 or 32.99% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC2BD is #323D42. Grayscale: #C4C4C4. Windows color (decimal): -3292483 or 12436173. OLE color: 12436173.

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

Color convert

RGB205194189-
CMYK00.050.080.20
HSL18.75º13.79%77.25%-
HSV(B)18.75º7.8%80.39%-
XYZ53.6555.2455.98-
YUV196.72123.64133.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.86%
GREEN value IS 194 (76.17% from 255) = 32.99%
BLUE value IS 189 (74.22% from 255) = 32.14%
R=34.86%
G=32.99%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519418900.050.080.2018.7513.7977.25
HexCDC2BD0581413e4d
Octal3153022750510242316115
Binary11001101110000101011110101011000101001001111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC2BD; }

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

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

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

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

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

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

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

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