Html Css Color HEX #D4BDC3 Melanie

📋 copy color: '#D4BDC3'

red 212 ◦ green 189 ◦ blue 195

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

Shades of Melanie #D4BDC3

Tints of Melanie #D4BDC3

RGB

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

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

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

R = 35.57%
G = 31.71%
B = 32.72%

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

#D4BDC3 (or 0xD4BDC3) is known color: Melanie. HEX triplet: D4, BD and C3. RGB value is (212,189,195). Sum of RGB (Red+Green+Blue) = 212+189+195=596 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.57% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 195 (76.56% from 255 or 32.72% from 596); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BDC3 is #2B423C. Grayscale: #C4C4C4. Windows color (decimal): -2835005 or 12828116. OLE color: 12828116.

HSL color Cylindrical-coordinate representation of color #D4BDC3: hue angle of 344.35º 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 #D4BDC3 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 189 195 -
CMYK 0 0.11 0.08 0.17
HSL 344.35º 0.21% 0.79% -
HSV(B) 344.35º 0.11% 0.83% -
XYZ 55.2 54.33 59.21 -
YUV 196.56 127.12 139.01 -
System Red Green Blue C M Y K H S L
Decimal 212 189 195 0 0.11 0.08 0.17 344.35 0.21 0.79
Hex D4 BD C3 0 B 8 11 158 15 4F
Octal 324 275 303 0 13 10 21 530 25 117
Binary 11010100 10111101 11000011 0 1011 1000 10001 101011000 10101 1001111

Color Harmonies of #D4BDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BDC3

Black with #D4BDC3

Text Example


Text Example

White with #D4BDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BDC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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