Html Css Color HEX #D2AEBA Melanie

📋 copy color: '#D2AEBA'

red 210 ◦ green 174 ◦ blue 186

#D2AEBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanie #D2AEBA

Tints of Melanie #D2AEBA

RGB

 RED value IS 210 (82.42% from 255) = 36.84%

 GREEN value IS 174 (68.36% from 255) = 30.53%

 BLUE value IS 186 (73.05% from 255) = 32.63%

R = 36.84%
G = 30.53%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D2AEBA (or 0xD2AEBA) is known color: Melanie. HEX triplet: D2, AE and BA. RGB value is (210,174,186). Sum of RGB (Red+Green+Blue) = 210+174+186=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 174 (68.36% from 255 or 30.53% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AEBA is #2D5145. Grayscale: #BABABA. Windows color (decimal): -2969926 or 12234450. OLE color: 12234450.

HSL color Cylindrical-coordinate representation of color #D2AEBA: hue angle of 340º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2AEBA is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 174 186 -
CMYK 0 0.17 0.11 0.18
HSL 340º 0.29% 0.75% -
HSV(B) 340º 0.17% 0.82% -
XYZ 50.58 47.52 52.96 -
YUV 186.13 127.93 145.02 -
System Red Green Blue C M Y K H S L
Decimal 210 174 186 0 0.17 0.11 0.18 340 0.29 0.75
Hex D2 AE BA 0 11 B 12 154 1D 4B
Octal 322 256 272 0 21 13 22 524 35 113
Binary 11010010 10101110 10111010 0 10001 1011 10010 101010100 11101 1001011

Color Harmonies of #D2AEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AEBA

Black with #D2AEBA

Text Example


Text Example

White with #D2AEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AEBA; }

 p { color: rgb(210,174,186); }

 H1.HeaderClassName
 {
   color: #D2AEBA;
 }
 .AnyTagClassName
 {
   color: #D2AEBA;
 }
</style>

background-color css

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

 a { background-color: rgb(210,174,186); }

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

border-color css

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

 span { border-color: rgb(210,174,186); }

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