#D9BEAF

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

Shades of Just Right #D9BEAF

Tints of Just Right #D9BEAF

Color information

#D9BEAF (or 0xD9BEAF) is unknown color: approx Just Right. HEX triplet: D9, BE and AF. RGB value is (217,190,175). Sum of RGB (Red+Green+Blue) = 217+190+175=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 190 (74.61% from 255 or 32.65% from 582); Blue value is 175 (68.75% from 255 or 30.07% from 582); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BEAF is #264150. Grayscale: #C4C4C4. Windows color (decimal): -2507089 or 11517657. OLE color: 11517657.

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

Color convert

RGB217190175-
CMYK00.120.190.15
HSL21.43º35.59%76.86%-
HSV(B)21.43º19.35%85.1%-
XYZ54.7754.6748.22-
YUV196.36115.95142.72-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.29%
GREEN value IS 190 (74.61% from 255) = 32.65%
BLUE value IS 175 (68.75% from 255) = 30.07%
R=37.29%
G=32.65%
B=30.07%

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
Decimal21719017500.120.190.1521.4335.5976.86
HexD9BEAF0C13F15244d
Octal33127625701423172544115
Binary11011001101111101010111101100100111111101011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BEAF; }

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

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

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

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

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

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

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

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