#D7BDAE

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

Shades of Just Right #D7BDAE

Tints of Just Right #D7BDAE

Color information

#D7BDAE (or 0xD7BDAE) is unknown color: approx Just Right. HEX triplet: D7, BD and AE. RGB value is (215,189,174). Sum of RGB (Red+Green+Blue) = 215+189+174=578 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.20% from 578); Green value is 189 (74.22% from 255 or 32.70% from 578); Blue value is 174 (68.36% from 255 or 30.10% from 578); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BDAE is #284251. Grayscale: #C3C3C3. Windows color (decimal): -2638418 or 11451863. OLE color: 11451863.

HSL color Cylindrical-coordinate representation of color #D7BDAE: hue angle of 21.95º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D7BDAE is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB215189174-
CMYK00.120.190.16
HSL21.95º33.88%76.27%-
HSV(B)21.95º19.07%84.31%-
XYZ53.8653.947.61-
YUV195.06116.11142.22-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.20%
GREEN value IS 189 (74.22% from 255) = 32.70%
BLUE value IS 174 (68.36% from 255) = 30.10%
R=37.20%
G=32.70%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518917400.120.190.1621.9533.8876.27
HexD7BDAE0C131016224c
Octal32727525601423202642114
Binary110101111011110110101110011001001110000101101000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BDAE; }

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

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

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

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

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

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

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

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