#D3BDAE

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

Shades of Just Right #D3BDAE

Tints of Just Right #D3BDAE

Color information

#D3BDAE (or 0xD3BDAE) is unknown color: approx Just Right. HEX triplet: D3, BD and AE. RGB value is (211,189,174). Sum of RGB (Red+Green+Blue) = 211+189+174=574 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.76% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 174 (68.36% from 255 or 30.31% from 574); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3BDAE is #2C4251. Grayscale: #C1C1C1. Windows color (decimal): -2900562 or 11451859. OLE color: 11451859.

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

Color convert

RGB211189174-
CMYK00.100.180.17
HSL24.32º29.6%75.49%-
HSV(B)24.32º17.54%82.75%-
XYZ52.753.347.55-
YUV193.87116.79140.22-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.76%
GREEN value IS 189 (74.22% from 255) = 32.93%
BLUE value IS 174 (68.36% from 255) = 30.31%
R=36.76%
G=32.93%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118917400.100.180.1724.3229.675.49
HexD3BDAE0A1211181e4b
Octal32327525601222213036113
Binary11010011101111011010111001010100101000111000111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BDAE; }

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

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

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

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

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

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

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

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