#CDC4BE

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

Shades of Pale Slate #CDC4BE

Tints of Pale Slate #CDC4BE

Color information

#CDC4BE (or 0xCDC4BE) is unknown color: approx Pale Slate. HEX triplet: CD, C4 and BE. RGB value is (205,196,190). Sum of RGB (Red+Green+Blue) = 205+196+190=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 190 (74.61% from 255 or 32.15% from 591); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC4BE is #323B41. Grayscale: #C6C6C6. Windows color (decimal): -3291970 or 12502221. OLE color: 12502221.

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

Color convert

RGB205196190-
CMYK00.040.070.20
HSL24º13.04%77.45%-
HSV(B)24º7.32%80.39%-
XYZ54.2156.1856.7-
YUV198.01123.48132.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.69%
GREEN value IS 196 (76.95% from 255) = 33.16%
BLUE value IS 190 (74.61% from 255) = 32.15%
R=34.69%
G=33.16%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519619000.040.070.202413.0477.45
HexCDC4BE0471418d4d
Octal315304276047243015115
Binary1100110111000100101111100100111101001100011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC4BE; }

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

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

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

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

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

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

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

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