#D1C3BA

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

Shades of Pale Slate #D1C3BA

Tints of Pale Slate #D1C3BA

Color information

#D1C3BA (or 0xD1C3BA) is unknown color: approx Pale Slate. HEX triplet: D1, C3 and BA. RGB value is (209,195,186). Sum of RGB (Red+Green+Blue) = 209+195+186=590 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.42% from 590); Green value is 195 (76.56% from 255 or 33.05% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C3BA is #2E3C45. Grayscale: #C6C6C6. Windows color (decimal): -3030086 or 12239825. OLE color: 12239825.

HSL color Cylindrical-coordinate representation of color #D1C3BA: hue angle of 23.48º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1C3BA is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB209195186-
CMYK00.070.110.18
HSL23.48º20%77.45%-
HSV(B)23.48º11%81.96%-
XYZ54.6756.1354.41-
YUV198.16121.14135.73-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.42%
GREEN value IS 195 (76.56% from 255) = 33.05%
BLUE value IS 186 (73.05% from 255) = 31.53%
R=35.42%
G=33.05%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20919518600.070.110.1823.482077.45
HexD1C3BA07B1217144d
Octal3213032720713222724115
Binary110100011100001110111010011110111001010111101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C3BA; }

 p { color: rgb(209,195,186); }

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

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

 a { background-color: rgb(209,195,186); }

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

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

 span { border-color: rgb(209,195,186); }

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