Html Css Color HEX #D6BEC6 Melanie

📋 copy color: '#D6BEC6'

red 214 ◦ green 190 ◦ blue 198

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

Shades of Melanie #D6BEC6

Tints of Melanie #D6BEC6

RGB

 RED value IS 214 (83.98% from 255) = 35.55%

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

 BLUE value IS 198 (77.73% from 255) = 32.89%

R = 35.55%
G = 31.56%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D6BEC6 (or 0xD6BEC6) is known color: Melanie. HEX triplet: D6, BE and C6. RGB value is (214,190,198). Sum of RGB (Red+Green+Blue) = 214+190+198=602 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.55% from 602); Green value is 190 (74.61% from 255 or 31.56% from 602); Blue value is 198 (77.73% from 255 or 32.89% from 602); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BEC6 is #294139. Grayscale: #C6C6C6. Windows color (decimal): -2703674 or 13024982. OLE color: 13024982.

HSL color Cylindrical-coordinate representation of color #D6BEC6: hue angle of 340º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6BEC6 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 190 198 -
CMYK 0 0.11 0.07 0.16
HSL 340º 0.23% 0.79% -
HSV(B) 340º 0.11% 0.84% -
XYZ 56.34 55.2 61.11 -
YUV 198.09 127.95 139.35 -
System Red Green Blue C M Y K H S L
Decimal 214 190 198 0 0.11 0.07 0.16 340 0.23 0.79
Hex D6 BE C6 0 B 7 10 154 17 4F
Octal 326 276 306 0 13 7 20 524 27 117
Binary 11010110 10111110 11000110 0 1011 111 10000 101010100 10111 1001111

Color Harmonies of #D6BEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BEC6

Black with #D6BEC6

Text Example


Text Example

White with #D6BEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BEC6; }

 p { color: rgb(214,190,198); }

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

background-color css

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

 a { background-color: rgb(214,190,198); }

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

border-color css

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

 span { border-color: rgb(214,190,198); }

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