Html Css Color HEX #D8AEC0 Melanie

📋 copy color: '#D8AEC0'

red 216 ◦ green 174 ◦ blue 192

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

Shades of Melanie #D8AEC0

Tints of Melanie #D8AEC0

RGB

 RED value IS 216 (84.77% from 255) = 37.11%

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

 BLUE value IS 192 (75.39% from 255) = 32.99%

R = 37.11%
G = 29.9%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D8AEC0 (or 0xD8AEC0) is known color: Melanie. HEX triplet: D8, AE and C0. RGB value is (216,174,192). Sum of RGB (Red+Green+Blue) = 216+174+192=582 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.11% from 582); Green value is 174 (68.36% from 255 or 29.90% from 582); Blue value is 192 (75.39% from 255 or 32.99% from 582); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AEC0 is #27513F. Grayscale: #BCBCBC. Windows color (decimal): -2576704 or 12627672. OLE color: 12627672.

HSL color Cylindrical-coordinate representation of color #D8AEC0: hue angle of 334.29º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8AEC0 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 174 192 -
CMYK 0 0.19 0.11 0.15
HSL 334.29º 0.35% 0.76% -
HSV(B) 334.29º 0.19% 0.85% -
XYZ 52.97 48.68 56.47 -
YUV 188.61 129.91 147.54 -
System Red Green Blue C M Y K H S L
Decimal 216 174 192 0 0.19 0.11 0.15 334.29 0.35 0.76
Hex D8 AE C0 0 13 B F 14E 23 4C
Octal 330 256 300 0 23 13 17 516 43 114
Binary 11011000 10101110 11000000 0 10011 1011 1111 101001110 100011 1001100

Color Harmonies of #D8AEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AEC0

Black with #D8AEC0

Text Example


Text Example

White with #D8AEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AEC0; }

 p { color: rgb(216,174,192); }

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

background-color css

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

 a { background-color: rgb(216,174,192); }

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

border-color css

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

 span { border-color: rgb(216,174,192); }

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