#D0C5BF

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

Shades of Pale Slate #D0C5BF

Tints of Pale Slate #D0C5BF

Color information

#D0C5BF (or 0xD0C5BF) is unknown color: approx Pale Slate. HEX triplet: D0, C5 and BF. RGB value is (208,197,191). Sum of RGB (Red+Green+Blue) = 208+197+191=596 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.90% from 596); Green value is 197 (77.34% from 255 or 33.05% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C5BF is #2F3A40. Grayscale: #C7C7C7. Windows color (decimal): -3095105 or 12568016. OLE color: 12568016.

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

Color convert

RGB208197191-
CMYK00.050.080.18
HSL21.18º15.32%78.24%-
HSV(B)21.18º8.17%81.57%-
XYZ55.3857.157.39-
YUV199.6123.14133.99-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.90%
GREEN value IS 197 (77.34% from 255) = 33.05%
BLUE value IS 191 (75% from 255) = 32.05%
R=34.90%
G=33.05%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819719100.050.080.1821.1815.3278.24
HexD0C5BF0581215f4e
Octal3203052770510222517116
Binary11010000110001011011111101011000100101010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C5BF; }

 p { color: rgb(208,197,191); }

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

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

 a { background-color: rgb(208,197,191); }

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

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

 span { border-color: rgb(208,197,191); }

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