Html Css Color HEX #D6BAC4 Melanie

📋 copy color: '#D6BAC4'

red 214 ◦ green 186 ◦ blue 196

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

Shades of Melanie #D6BAC4

Tints of Melanie #D6BAC4

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.21%

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

R = 35.91%
G = 31.21%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D6BAC4 (or 0xD6BAC4) is known color: Melanie. HEX triplet: D6, BA and C4. RGB value is (214,186,196). Sum of RGB (Red+Green+Blue) = 214+186+196=596 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.91% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 196 (76.95% from 255 or 32.89% from 596); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BAC4 is #29453B. Grayscale: #C3C3C3. Windows color (decimal): -2704700 or 12892886. OLE color: 12892886.

HSL color Cylindrical-coordinate representation of color #D6BAC4: hue angle of 338.57º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6BAC4 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 186 196 -
CMYK 0 0.13 0.08 0.16
HSL 338.57º 0.25% 0.78% -
HSV(B) 338.57º 0.13% 0.84% -
XYZ 55.25 53.4 59.62 -
YUV 195.51 128.28 141.19 -
System Red Green Blue C M Y K H S L
Decimal 214 186 196 0 0.13 0.08 0.16 338.57 0.25 0.78
Hex D6 BA C4 0 D 8 10 153 19 4E
Octal 326 272 304 0 15 10 20 523 31 116
Binary 11010110 10111010 11000100 0 1101 1000 10000 101010011 11001 1001110

Color Harmonies of #D6BAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BAC4

Black with #D6BAC4

Text Example


Text Example

White with #D6BAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BAC4; }

 p { color: rgb(214,186,196); }

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

background-color css

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

 a { background-color: rgb(214,186,196); }

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

border-color css

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

 span { border-color: rgb(214,186,196); }

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