Html Css Color HEX #D8BEC5 Melanie

📋 copy color: '#D8BEC5'

red 216 ◦ green 190 ◦ blue 197

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

Shades of Melanie #D8BEC5

Tints of Melanie #D8BEC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 32.67%

R = 35.82%
G = 31.51%
B = 32.67%

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

#D8BEC5 (or 0xD8BEC5) is known color: Melanie. HEX triplet: D8, BE and C5. RGB value is (216,190,197). Sum of RGB (Red+Green+Blue) = 216+190+197=603 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.82% from 603); Green value is 190 (74.61% from 255 or 31.51% from 603); Blue value is 197 (77.34% from 255 or 32.67% from 603); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BEC5 is #27413A. Grayscale: #C6C6C6. Windows color (decimal): -2572603 or 12959448. OLE color: 12959448.

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

Color convert

RGB 216 190 197 -
CMYK 0 0.12 0.09 0.15
HSL 343.85º 0.25% 0.8% -
HSV(B) 343.85º 0.12% 0.85% -
XYZ 56.81 55.46 60.53 -
YUV 198.57 127.11 140.43 -
System Red Green Blue C M Y K H S L
Decimal 216 190 197 0 0.12 0.09 0.15 343.85 0.25 0.8
Hex D8 BE C5 0 C 9 F 158 19 50
Octal 330 276 305 0 14 11 17 530 31 120
Binary 11011000 10111110 11000101 0 1100 1001 1111 101011000 11001 1010000

Color Harmonies of #D8BEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BEC5

Black with #D8BEC5

Text Example


Text Example

White with #D8BEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BEC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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