#D8BEAF

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

Shades of Just Right #D8BEAF

Tints of Just Right #D8BEAF

Color information

#D8BEAF (or 0xD8BEAF) is unknown color: approx Just Right. HEX triplet: D8, BE and AF. RGB value is (216,190,175). Sum of RGB (Red+Green+Blue) = 216+190+175=581 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.18% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 175 (68.75% from 255 or 30.12% from 581); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BEAF is #274150. Grayscale: #C4C4C4. Windows color (decimal): -2572625 or 11517656. OLE color: 11517656.

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

Color convert

RGB216190175-
CMYK00.120.190.15
HSL21.95º34.45%76.67%-
HSV(B)21.95º18.98%84.71%-
XYZ54.4754.5248.21-
YUV196.06116.11142.22-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.18%
GREEN value IS 190 (74.61% from 255) = 32.70%
BLUE value IS 175 (68.75% from 255) = 30.12%
R=37.18%
G=32.70%
B=30.12%

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
Decimal21619017500.120.190.1521.9534.4576.67
HexD8BEAF0C13F16224d
Octal33027625701423172642115
Binary11011000101111101010111101100100111111101101000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BEAF; }

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

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

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

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

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

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

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

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