Html Css Color HEX #D8BEC4 Melanie

📋 copy color: '#D8BEC4'

red 216 ◦ green 190 ◦ blue 196

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

Shades of Melanie #D8BEC4

Tints of Melanie #D8BEC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 32.56%

R = 35.88%
G = 31.56%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D8BEC4 (or 0xD8BEC4) is known color: Melanie. HEX triplet: D8, BE and C4. RGB value is (216,190,196). Sum of RGB (Red+Green+Blue) = 216+190+196=602 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.88% from 602); Green value is 190 (74.61% from 255 or 31.56% from 602); Blue value is 196 (76.95% from 255 or 32.56% from 602); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BEC4 is #27413B. Grayscale: #C6C6C6. Windows color (decimal): -2572604 or 12893912. OLE color: 12893912.

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

Color convert

RGB 216 190 196 -
CMYK 0 0.12 0.09 0.15
HSL 346.15º 0.25% 0.8% -
HSV(B) 346.15º 0.12% 0.85% -
XYZ 56.7 55.41 59.93 -
YUV 198.46 126.61 140.51 -
System Red Green Blue C M Y K H S L
Decimal 216 190 196 0 0.12 0.09 0.15 346.15 0.25 0.8
Hex D8 BE C4 0 C 9 F 15A 19 50
Octal 330 276 304 0 14 11 17 532 31 120
Binary 11011000 10111110 11000100 0 1100 1001 1111 101011010 11001 1010000

Color Harmonies of #D8BEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BEC4

Black with #D8BEC4

Text Example


Text Example

White with #D8BEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BEC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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