#D0C4BC

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

Shades of Pale Slate #D0C4BC

Tints of Pale Slate #D0C4BC

Color information

#D0C4BC (or 0xD0C4BC) is unknown color: approx Pale Slate. HEX triplet: D0, C4 and BC. RGB value is (208,196,188). Sum of RGB (Red+Green+Blue) = 208+196+188=592 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.14% from 592); Green value is 196 (76.95% from 255 or 33.11% from 592); Blue value is 188 (73.83% from 255 or 31.76% from 592); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C4BC is #2F3B43. Grayscale: #C6C6C6. Windows color (decimal): -3095364 or 12371152. OLE color: 12371152.

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

Color convert

RGB208196188-
CMYK00.060.100.18
HSL24º17.54%77.65%-
HSV(B)24º9.62%81.57%-
XYZ54.8356.5255.6-
YUV198.68121.98134.65-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.14%
GREEN value IS 196 (76.95% from 255) = 33.11%
BLUE value IS 188 (73.83% from 255) = 31.76%
R=35.14%
G=33.11%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819618800.060.100.182417.5477.65
HexD0C4BC06A1218124e
Octal3203042740612223022116
Binary110100001100010010111100011010101001011000100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C4BC; }

 p { color: rgb(208,196,188); }

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

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

 a { background-color: rgb(208,196,188); }

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

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

 span { border-color: rgb(208,196,188); }

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