#D6BDAE

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

Shades of Just Right #D6BDAE

Tints of Just Right #D6BDAE

Color information

#D6BDAE (or 0xD6BDAE) is unknown color: approx Just Right. HEX triplet: D6, BD and AE. RGB value is (214,189,174). Sum of RGB (Red+Green+Blue) = 214+189+174=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 174 (68.36% from 255 or 30.16% from 577); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BDAE is #294251. Grayscale: #C2C2C2. Windows color (decimal): -2703954 or 11451862. OLE color: 11451862.

HSL color Cylindrical-coordinate representation of color #D6BDAE: hue angle of 22.5º degrees, saturation: 0.33, 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 #D6BDAE is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB214189174-
CMYK00.120.190.16
HSL22.5º32.79%76.08%-
HSV(B)22.5º18.69%83.92%-
XYZ53.5753.7547.6-
YUV194.76116.28141.72-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.09%
GREEN value IS 189 (74.22% from 255) = 32.76%
BLUE value IS 174 (68.36% from 255) = 30.16%
R=37.09%
G=32.76%
B=30.16%

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
Decimal21418917400.120.190.1622.532.7976.08
HexD6BDAE0C131017214c
Octal32627525601423202741114
Binary110101101011110110101110011001001110000101111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BDAE; }

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

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

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

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

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

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

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

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