#D8BEAE

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

Shades of Just Right #D8BEAE

Tints of Just Right #D8BEAE

Color information

#D8BEAE (or 0xD8BEAE) is unknown color: approx Just Right. HEX triplet: D8, BE and AE. RGB value is (216,190,174). Sum of RGB (Red+Green+Blue) = 216+190+174=580 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.24% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 174 (68.36% from 255 or 30% from 580); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BEAE is #274151. Grayscale: #C4C4C4. Windows color (decimal): -2572626 or 11452120. OLE color: 11452120.

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

Color convert

RGB216190174-
CMYK00.120.190.15
HSL22.86º35%76.47%-
HSV(B)22.86º19.44%84.71%-
XYZ54.3754.4847.69-
YUV195.95115.61142.3-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.24%
GREEN value IS 190 (74.61% from 255) = 32.76%
BLUE value IS 174 (68.36% from 255) = 30%
R=37.24%
G=32.76%
B=30%

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
Decimal21619017400.120.190.1522.863576.47
HexD8BEAE0C13F17234c
Octal33027625601423172743114
Binary11011000101111101010111001100100111111101111000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BEAE; }

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

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

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

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

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

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

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

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