Html Css Color HEX #D2ADBB Melanie

📋 copy color: '#D2ADBB'

red 210 ◦ green 173 ◦ blue 187

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

Shades of Melanie #D2ADBB

Tints of Melanie #D2ADBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.81%

R = 36.84%
G = 30.35%
B = 32.81%

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

#D2ADBB (or 0xD2ADBB) is known color: Melanie. HEX triplet: D2, AD and BB. RGB value is (210,173,187). Sum of RGB (Red+Green+Blue) = 210+173+187=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ADBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ADBB is #2D5244. Grayscale: #B9B9B9. Windows color (decimal): -2970181 or 12299730. OLE color: 12299730.

HSL color Cylindrical-coordinate representation of color #D2ADBB: hue angle of 337.3º 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 #D2ADBB is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 173 187 -
CMYK 0 0.18 0.11 0.18
HSL 337.3º 0.29% 0.75% -
HSV(B) 337.3º 0.18% 0.82% -
XYZ 50.49 47.18 53.46 -
YUV 185.66 128.76 145.36 -
System Red Green Blue C M Y K H S L
Decimal 210 173 187 0 0.18 0.11 0.18 337.3 0.29 0.75
Hex D2 AD BB 0 12 B 12 151 1D 4B
Octal 322 255 273 0 22 13 22 521 35 113
Binary 11010010 10101101 10111011 0 10010 1011 10010 101010001 11101 1001011

Color Harmonies of #D2ADBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2ADBB

Black with #D2ADBB

Text Example


Text Example

White with #D2ADBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2ADBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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