Html Css Color HEX #D8BEC2 Melanie

📋 copy color: '#D8BEC2'

red 216 ◦ green 190 ◦ blue 194

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

Shades of Melanie #D8BEC2

Tints of Melanie #D8BEC2

RGB

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

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

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

R = 36%
G = 31.67%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D8BEC2 (or 0xD8BEC2) is known color: Melanie. HEX triplet: D8, BE and C2. RGB value is (216,190,194). Sum of RGB (Red+Green+Blue) = 216+190+194=600 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36% from 600); Green value is 190 (74.61% from 255 or 31.67% from 600); Blue value is 194 (76.17% from 255 or 32.33% from 600); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BEC2 is #27413D. Grayscale: #C6C6C6. Windows color (decimal): -2572606 or 12762840. OLE color: 12762840.

HSL color Cylindrical-coordinate representation of color #D8BEC2: hue angle of 350.77º degrees, saturation: 0.25, 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 #D8BEC2 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 190 194 -
CMYK 0 0.12 0.10 0.15
HSL 350.77º 0.25% 0.8% -
HSV(B) 350.77º 0.12% 0.85% -
XYZ 56.47 55.32 58.74 -
YUV 198.23 125.61 140.67 -
System Red Green Blue C M Y K H S L
Decimal 216 190 194 0 0.12 0.10 0.15 350.77 0.25 0.8
Hex D8 BE C2 0 C A F 15F 19 50
Octal 330 276 302 0 14 12 17 537 31 120
Binary 11011000 10111110 11000010 0 1100 1010 1111 101011111 11001 1010000

Color Harmonies of #D8BEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BEC2

Black with #D8BEC2

Text Example


Text Example

White with #D8BEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BEC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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