Html Css Color HEX #D9BEC2 Melanie

📋 copy color: '#D9BEC2'

red 217 ◦ green 190 ◦ blue 194

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

Shades of Melanie #D9BEC2

Tints of Melanie #D9BEC2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.61%

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

R = 36.11%
G = 31.61%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D9BEC2 (or 0xD9BEC2) is known color: Melanie. HEX triplet: D9, BE and C2. RGB value is (217,190,194). Sum of RGB (Red+Green+Blue) = 217+190+194=601 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.11% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 194 (76.17% from 255 or 32.28% from 601); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BEC2 is #26413D. Grayscale: #C6C6C6. Windows color (decimal): -2507070 or 12762841. OLE color: 12762841.

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

Color convert

RGB 217 190 194 -
CMYK 0 0.12 0.11 0.15
HSL 351.11º 0.26% 0.8% -
HSV(B) 351.11º 0.12% 0.85% -
XYZ 56.77 55.47 58.75 -
YUV 198.53 125.45 141.17 -
System Red Green Blue C M Y K H S L
Decimal 217 190 194 0 0.12 0.11 0.15 351.11 0.26 0.8
Hex D9 BE C2 0 C B F 15F 1A 50
Octal 331 276 302 0 14 13 17 537 32 120
Binary 11011001 10111110 11000010 0 1100 1011 1111 101011111 11010 1010000

Color Harmonies of #D9BEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BEC2

Black with #D9BEC2

Text Example


Text Example

White with #D9BEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BEC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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