Html Css Color HEX #D7AEC1 Melanie

📋 copy color: '#D7AEC1'

red 215 ◦ green 174 ◦ blue 193

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

Shades of Melanie #D7AEC1

Tints of Melanie #D7AEC1

RGB

 RED value IS 215 (84.38% from 255) = 36.94%

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

 BLUE value IS 193 (75.78% from 255) = 33.16%

R = 36.94%
G = 29.9%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D7AEC1 (or 0xD7AEC1) is known color: Melanie. HEX triplet: D7, AE and C1. RGB value is (215,174,193). Sum of RGB (Red+Green+Blue) = 215+174+193=582 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.94% from 582); Green value is 174 (68.36% from 255 or 29.90% from 582); Blue value is 193 (75.78% from 255 or 33.16% from 582); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AEC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AEC1 is #28513E. Grayscale: #BCBCBC. Windows color (decimal): -2642239 or 12693207. OLE color: 12693207.

HSL color Cylindrical-coordinate representation of color #D7AEC1: hue angle of 332.2º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D7AEC1 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 174 193 -
CMYK 0 0.19 0.10 0.16
HSL 332.2º 0.34% 0.76% -
HSV(B) 332.2º 0.19% 0.84% -
XYZ 52.79 48.57 57.04 -
YUV 188.43 130.58 146.96 -
System Red Green Blue C M Y K H S L
Decimal 215 174 193 0 0.19 0.10 0.16 332.2 0.34 0.76
Hex D7 AE C1 0 13 A 10 14C 22 4C
Octal 327 256 301 0 23 12 20 514 42 114
Binary 11010111 10101110 11000001 0 10011 1010 10000 101001100 100010 1001100

Color Harmonies of #D7AEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AEC1

Black with #D7AEC1

Text Example


Text Example

White with #D7AEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AEC1; }

 p { color: rgb(215,174,193); }

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

background-color css

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

 a { background-color: rgb(215,174,193); }

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

border-color css

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

 span { border-color: rgb(215,174,193); }

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