Html Css Color HEX #D4BDC2 Melanie

📋 copy color: '#D4BDC2'

red 212 ◦ green 189 ◦ blue 194

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

Shades of Melanie #D4BDC2

Tints of Melanie #D4BDC2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.76%

 BLUE value IS 194 (76.17% from 255) = 32.61%

R = 35.63%
G = 31.76%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#D4BDC2 (or 0xD4BDC2) is known color: Melanie. HEX triplet: D4, BD and C2. RGB value is (212,189,194). Sum of RGB (Red+Green+Blue) = 212+189+194=595 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.63% from 595); Green value is 189 (74.22% from 255 or 31.76% from 595); Blue value is 194 (76.17% from 255 or 32.61% from 595); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BDC2 is #2B423D. Grayscale: #C4C4C4. Windows color (decimal): -2835006 or 12762580. OLE color: 12762580.

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

Color convert

RGB 212 189 194 -
CMYK 0 0.11 0.08 0.17
HSL 346.96º 0.21% 0.79% -
HSV(B) 346.96º 0.11% 0.83% -
XYZ 55.09 54.29 58.61 -
YUV 196.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 212 189 194 0 0.11 0.08 0.17 346.96 0.21 0.79
Hex D4 BD C2 0 B 8 11 15B 15 4F
Octal 324 275 302 0 13 10 21 533 25 117
Binary 11010100 10111101 11000010 0 1011 1000 10001 101011011 10101 1001111

Color Harmonies of #D4BDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BDC2

Black with #D4BDC2

Text Example


Text Example

White with #D4BDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BDC2; }

 p { color: rgb(212,189,194); }

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

background-color css

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

 a { background-color: rgb(212,189,194); }

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

border-color css

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

 span { border-color: rgb(212,189,194); }

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