#D6BEAF

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

Shades of Just Right #D6BEAF

Tints of Just Right #D6BEAF

Color information

#D6BEAF (or 0xD6BEAF) is unknown color: approx Just Right. HEX triplet: D6, BE and AF. RGB value is (214,190,175). Sum of RGB (Red+Green+Blue) = 214+190+175=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 190 (74.61% from 255 or 32.82% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BEAF is #294150. Grayscale: #C3C3C3. Windows color (decimal): -2703697 or 11517654. OLE color: 11517654.

HSL color Cylindrical-coordinate representation of color #D6BEAF: hue angle of 23.08º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6BEAF is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB214190175-
CMYK00.110.180.16
HSL23.08º32.23%76.27%-
HSV(B)23.08º18.22%83.92%-
XYZ53.8854.2248.18-
YUV195.47116.45141.22-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.96%
GREEN value IS 190 (74.61% from 255) = 32.82%
BLUE value IS 175 (68.75% from 255) = 30.22%
R=36.96%
G=32.82%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419017500.110.180.1623.0832.2376.27
HexD6BEAF0B121017204c
Octal32627625701322202740114
Binary110101101011111010101111010111001010000101111000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BEAF; }

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

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

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

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

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

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

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

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