#D9BDAE

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

Shades of Just Right #D9BDAE

Tints of Just Right #D9BDAE

Color information

#D9BDAE (or 0xD9BDAE) is unknown color: approx Just Right. HEX triplet: D9, BD and AE. RGB value is (217,189,174). Sum of RGB (Red+Green+Blue) = 217+189+174=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 174 (68.36% from 255 or 30% from 580); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BDAE is #264251. Grayscale: #C3C3C3. Windows color (decimal): -2507346 or 11451865. OLE color: 11451865.

HSL color Cylindrical-coordinate representation of color #D9BDAE: hue angle of 20.93º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9BDAE is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB217189174-
CMYK00.130.200.15
HSL20.93º36.13%76.67%-
HSV(B)20.93º19.82%85.1%-
XYZ54.4554.247.64-
YUV195.66115.78143.22-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.41%
GREEN value IS 189 (74.22% from 255) = 32.59%
BLUE value IS 174 (68.36% from 255) = 30%
R=37.41%
G=32.59%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718917400.130.200.1520.9336.1376.67
HexD9BDAE0D14F15244d
Octal33127525601524172544115
Binary11011001101111011010111001101101001111101011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BDAE; }

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

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

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

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

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

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

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

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