#D8BDAE

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

Shades of Just Right #D8BDAE

Tints of Just Right #D8BDAE

Color information

#D8BDAE (or 0xD8BDAE) is unknown color: approx Just Right. HEX triplet: D8, BD and AE. RGB value is (216,189,174). Sum of RGB (Red+Green+Blue) = 216+189+174=579 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.31% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 174 (68.36% from 255 or 30.05% from 579); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BDAE is #274251. Grayscale: #C3C3C3. Windows color (decimal): -2572882 or 11451864. OLE color: 11451864.

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

Color convert

RGB216189174-
CMYK00.120.190.15
HSL21.43º35%76.47%-
HSV(B)21.43º19.44%84.71%-
XYZ54.1654.0547.62-
YUV195.36115.95142.72-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.31%
GREEN value IS 189 (74.22% from 255) = 32.64%
BLUE value IS 174 (68.36% from 255) = 30.05%
R=37.31%
G=32.64%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618917400.120.190.1521.433576.47
HexD8BDAE0C13F15234c
Octal33027525601423172543114
Binary11011000101111011010111001100100111111101011000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BDAE; }

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

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

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

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

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

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

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

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