#D7BEAF

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

Shades of Just Right #D7BEAF

Tints of Just Right #D7BEAF

Color information

#D7BEAF (or 0xD7BEAF) is unknown color: approx Just Right. HEX triplet: D7, BE and AF. RGB value is (215,190,175). Sum of RGB (Red+Green+Blue) = 215+190+175=580 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.07% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BEAF is #284150. Grayscale: #C3C3C3. Windows color (decimal): -2638161 or 11517655. OLE color: 11517655.

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

Color convert

RGB215190175-
CMYK00.120.190.16
HSL22.5º33.33%76.47%-
HSV(B)22.5º18.6%84.31%-
XYZ54.1854.3748.2-
YUV195.76116.28141.72-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.07%
GREEN value IS 190 (74.61% from 255) = 32.76%
BLUE value IS 175 (68.75% from 255) = 30.17%
R=37.07%
G=32.76%
B=30.17%

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
Decimal21519017500.120.190.1622.533.3376.47
HexD7BEAF0C131017214c
Octal32727625701423202741114
Binary110101111011111010101111011001001110000101111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BEAF; }

 p { color: rgb(215,190,175); }

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

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

 a { background-color: rgb(215,190,175); }

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

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

 span { border-color: rgb(215,190,175); }

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