Html Css Color HEX #D9BDC2 Melanie

📋 copy color: '#D9BDC2'

red 217 ◦ green 189 ◦ blue 194

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

Shades of Melanie #D9BDC2

Tints of Melanie #D9BDC2

RGB

 RED value IS 217 (85.16% from 255) = 36.17%

 GREEN value IS 189 (74.22% from 255) = 31.5%

 BLUE value IS 194 (76.17% from 255) = 32.33%

R = 36.17%
G = 31.5%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D9BDC2 (or 0xD9BDC2) is known color: Melanie. HEX triplet: D9, BD and C2. RGB value is (217,189,194). Sum of RGB (Red+Green+Blue) = 217+189+194=600 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.17% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 194 (76.17% from 255 or 32.33% from 600); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BDC2 is #26423D. Grayscale: #C5C5C5. Windows color (decimal): -2507326 or 12762585. OLE color: 12762585.

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

Color convert

RGB 217 189 194 -
CMYK 0 0.13 0.11 0.15
HSL 349.29º 0.27% 0.8% -
HSV(B) 349.29º 0.13% 0.85% -
XYZ 56.55 55.04 58.68 -
YUV 197.94 125.78 141.59 -
System Red Green Blue C M Y K H S L
Decimal 217 189 194 0 0.13 0.11 0.15 349.29 0.27 0.8
Hex D9 BD C2 0 D B F 15D 1B 50
Octal 331 275 302 0 15 13 17 535 33 120
Binary 11011001 10111101 11000010 0 1101 1011 1111 101011101 11011 1010000

Color Harmonies of #D9BDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BDC2

Black with #D9BDC2

Text Example


Text Example

White with #D9BDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BDC2; }

 p { color: rgb(217,189,194); }

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

background-color css

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

 a { background-color: rgb(217,189,194); }

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

border-color css

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

 span { border-color: rgb(217,189,194); }

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