#D3BEAF

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

Shades of Just Right #D3BEAF

Tints of Just Right #D3BEAF

Color information

#D3BEAF (or 0xD3BEAF) is unknown color: approx Just Right. HEX triplet: D3, BE and AF. RGB value is (211,190,175). Sum of RGB (Red+Green+Blue) = 211+190+175=576 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.63% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 175 (68.75% from 255 or 30.38% from 576); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3BEAF is #2C4150. Grayscale: #C2C2C2. Windows color (decimal): -2900305 or 11517651. OLE color: 11517651.

HSL color Cylindrical-coordinate representation of color #D3BEAF: hue angle of 25º degrees, saturation: 0.29, 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 #D3BEAF is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB211190175-
CMYK00.100.170.17
HSL25º29.03%75.69%-
HSV(B)25º17.06%82.75%-
XYZ53.0253.7748.14-
YUV194.57116.96139.72-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.63%
GREEN value IS 190 (74.61% from 255) = 32.99%
BLUE value IS 175 (68.75% from 255) = 30.38%
R=36.63%
G=32.99%
B=30.38%

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
Decimal21119017500.100.170.172529.0375.69
HexD3BEAF0A1111191d4c
Octal32327625701221213135114
Binary11010011101111101010111101010100011000111001111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BEAF; }

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

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

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

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

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

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

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

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