Html Css Color HEX #D4BAC3 Melanie

📋 copy color: '#D4BAC3'

red 212 ◦ green 186 ◦ blue 195

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

Shades of Melanie #D4BAC3

Tints of Melanie #D4BAC3

RGB

 RED value IS 212 (83.2% from 255) = 35.75%

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

 BLUE value IS 195 (76.56% from 255) = 32.88%

R = 35.75%
G = 31.37%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#D4BAC3 (or 0xD4BAC3) is known color: Melanie. HEX triplet: D4, BA and C3. RGB value is (212,186,195). Sum of RGB (Red+Green+Blue) = 212+186+195=593 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.75% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 195 (76.56% from 255 or 32.88% from 593); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BAC3 is #2B453C. Grayscale: #C2C2C2. Windows color (decimal): -2835773 or 12827348. OLE color: 12827348.

HSL color Cylindrical-coordinate representation of color #D4BAC3: hue angle of 339.23º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4BAC3 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 186 195 -
CMYK 0 0.12 0.08 0.17
HSL 339.23º 0.23% 0.78% -
HSV(B) 339.23º 0.12% 0.83% -
XYZ 54.56 53.05 58.99 -
YUV 194.8 128.11 140.27 -
System Red Green Blue C M Y K H S L
Decimal 212 186 195 0 0.12 0.08 0.17 339.23 0.23 0.78
Hex D4 BA C3 0 C 8 11 153 17 4E
Octal 324 272 303 0 14 10 21 523 27 116
Binary 11010100 10111010 11000011 0 1100 1000 10001 101010011 10111 1001110

Color Harmonies of #D4BAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BAC3

Black with #D4BAC3

Text Example


Text Example

White with #D4BAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BAC3; }

 p { color: rgb(212,186,195); }

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

background-color css

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

 a { background-color: rgb(212,186,195); }

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

border-color css

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

 span { border-color: rgb(212,186,195); }

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