Html Css Color HEX #D2ADBA Melanie

📋 copy color: '#D2ADBA'

red 210 ◦ green 173 ◦ blue 186

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

Shades of Melanie #D2ADBA

Tints of Melanie #D2ADBA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.4%

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

R = 36.91%
G = 30.4%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D2ADBA (or 0xD2ADBA) is known color: Melanie. HEX triplet: D2, AD and BA. RGB value is (210,173,186). Sum of RGB (Red+Green+Blue) = 210+173+186=569 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.91% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ADBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ADBA is #2D5245. Grayscale: #B9B9B9. Windows color (decimal): -2970182 or 12234194. OLE color: 12234194.

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

Color convert

RGB 210 173 186 -
CMYK 0 0.18 0.11 0.18
HSL 338.92º 0.29% 0.75% -
HSV(B) 338.92º 0.18% 0.82% -
XYZ 50.38 47.13 52.9 -
YUV 185.55 128.26 145.44 -
System Red Green Blue C M Y K H S L
Decimal 210 173 186 0 0.18 0.11 0.18 338.92 0.29 0.75
Hex D2 AD BA 0 12 B 12 153 1D 4B
Octal 322 255 272 0 22 13 22 523 35 113
Binary 11010010 10101101 10111010 0 10010 1011 10010 101010011 11101 1001011

Color Harmonies of #D2ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2ADBA

Black with #D2ADBA

Text Example


Text Example

White with #D2ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2ADBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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