#D1BDAE

Color #D1BDAE Just Right (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Just Right #D1BDAE

Tints of Just Right #D1BDAE

Color information

#D1BDAE (or 0xD1BDAE) is unknown color: approx Just Right. HEX triplet: D1, BD and AE. RGB value is (209,189,174). Sum of RGB (Red+Green+Blue) = 209+189+174=572 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.54% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 174 (68.36% from 255 or 30.42% from 572); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BDAE is #2E4251. Grayscale: #C1C1C1. Windows color (decimal): -3031634 or 11451857. OLE color: 11451857.

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

Color convert

RGB209189174-
CMYK00.100.170.18
HSL25.71º27.56%75.1%-
HSV(B)25.71º16.75%81.96%-
XYZ52.1353.0147.53-
YUV193.27117.13139.22-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.54%
GREEN value IS 189 (74.22% from 255) = 33.04%
BLUE value IS 174 (68.36% from 255) = 30.42%
R=36.54%
G=33.04%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918917400.100.170.1825.7127.5675.1
HexD1BDAE0A11121a1c4b
Octal32127525601221223234113
Binary11010001101111011010111001010100011001011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BDAE; }

 p { color: rgb(209,189,174); }

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

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

 a { background-color: rgb(209,189,174); }

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

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

 span { border-color: rgb(209,189,174); }

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