Html Css Color HEX #D4B9C3 Melanie

📋 copy color: '#D4B9C3'

red 212 ◦ green 185 ◦ blue 195

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

Shades of Melanie #D4B9C3

Tints of Melanie #D4B9C3

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.25%

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

R = 35.81%
G = 31.25%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#D4B9C3 (or 0xD4B9C3) is known color: Melanie. HEX triplet: D4, B9 and C3. RGB value is (212,185,195). Sum of RGB (Red+Green+Blue) = 212+185+195=592 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.81% from 592); Green value is 185 (72.66% from 255 or 31.25% from 592); Blue value is 195 (76.56% from 255 or 32.94% from 592); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B9C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4B9C3 is #2B463C. Grayscale: #C2C2C2. Windows color (decimal): -2836029 or 12827092. OLE color: 12827092.

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

Color convert

RGB 212 185 195 -
CMYK 0 0.13 0.08 0.17
HSL 337.78º 0.24% 0.78% -
HSV(B) 337.78º 0.13% 0.83% -
XYZ 54.35 52.64 58.92 -
YUV 194.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 212 185 195 0 0.13 0.08 0.17 337.78 0.24 0.78
Hex D4 B9 C3 0 D 8 11 152 18 4E
Octal 324 271 303 0 15 10 21 522 30 116
Binary 11010100 10111001 11000011 0 1101 1000 10001 101010010 11000 1001110

Color Harmonies of #D4B9C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B9C3

Black with #D4B9C3

Text Example


Text Example

White with #D4B9C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B9C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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