#D0C3BD

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

Shades of Pale Slate #D0C3BD

Tints of Pale Slate #D0C3BD

Color information

#D0C3BD (or 0xD0C3BD) is unknown color: approx Pale Slate. HEX triplet: D0, C3 and BD. RGB value is (208,195,189). Sum of RGB (Red+Green+Blue) = 208+195+189=592 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.14% from 592); Green value is 195 (76.56% from 255 or 32.94% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C3BD is #2F3C42. Grayscale: #C6C6C6. Windows color (decimal): -3095619 or 12436432. OLE color: 12436432.

HSL color Cylindrical-coordinate representation of color #D0C3BD: hue angle of 18.95º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0C3BD is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB208195189-
CMYK00.060.090.18
HSL18.95º16.81%77.84%-
HSV(B)18.95º9.13%81.57%-
XYZ54.7156.1156.09-
YUV198.2122.81134.99-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.14%
GREEN value IS 195 (76.56% from 255) = 32.94%
BLUE value IS 189 (74.22% from 255) = 31.93%
R=35.14%
G=32.94%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819518900.060.090.1818.9516.8177.84
HexD0C3BD0691213114e
Octal3203032750611222321116
Binary110100001100001110111101011010011001010011100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C3BD; }

 p { color: rgb(208,195,189); }

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

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

 a { background-color: rgb(208,195,189); }

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

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

 span { border-color: rgb(208,195,189); }

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