Html Css Color HEX #D2ACBB Melanie

📋 copy color: '#D2ACBB'

red 210 ◦ green 172 ◦ blue 187

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

Shades of Melanie #D2ACBB

Tints of Melanie #D2ACBB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.23%

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

R = 36.91%
G = 30.23%
B = 32.86%

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

#D2ACBB (or 0xD2ACBB) is known color: Melanie. HEX triplet: D2, AC and BB. RGB value is (210,172,187). Sum of RGB (Red+Green+Blue) = 210+172+187=569 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.91% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ACBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ACBB is #2D5344. Grayscale: #B9B9B9. Windows color (decimal): -2970437 or 12299474. OLE color: 12299474.

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

Color convert

RGB 210 172 187 -
CMYK 0 0.18 0.11 0.18
HSL 336.32º 0.3% 0.75% -
HSV(B) 336.32º 0.18% 0.82% -
XYZ 50.3 46.79 53.39 -
YUV 185.07 129.09 145.78 -
System Red Green Blue C M Y K H S L
Decimal 210 172 187 0 0.18 0.11 0.18 336.32 0.3 0.75
Hex D2 AC BB 0 12 B 12 150 1E 4B
Octal 322 254 273 0 22 13 22 520 36 113
Binary 11010010 10101100 10111011 0 10010 1011 10010 101010000 11110 1001011

Color Harmonies of #D2ACBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2ACBB

Black with #D2ACBB

Text Example


Text Example

White with #D2ACBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2ACBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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