#D4BEAF

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

Shades of Just Right #D4BEAF

Tints of Just Right #D4BEAF

Color information

#D4BEAF (or 0xD4BEAF) is unknown color: approx Just Right. HEX triplet: D4, BE and AF. RGB value is (212,190,175). Sum of RGB (Red+Green+Blue) = 212+190+175=577 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.74% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 175 (68.75% from 255 or 30.33% from 577); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BEAF is #2B4150. Grayscale: #C2C2C2. Windows color (decimal): -2834769 or 11517652. OLE color: 11517652.

HSL color Cylindrical-coordinate representation of color #D4BEAF: hue angle of 24.32º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4BEAF is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB212190175-
CMYK00.100.170.17
HSL24.32º30.08%75.88%-
HSV(B)24.32º17.45%83.14%-
XYZ53.353.9248.16-
YUV194.87116.79140.22-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.74%
GREEN value IS 190 (74.61% from 255) = 32.93%
BLUE value IS 175 (68.75% from 255) = 30.33%
R=36.74%
G=32.93%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219017500.100.170.1724.3230.0875.88
HexD4BEAF0A1111181e4c
Octal32427625701221213036114
Binary11010100101111101010111101010100011000111000111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BEAF; }

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

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

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

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

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

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

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

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