Html Css Color HEX #D3BDC4 Melanie

📋 copy color: '#D3BDC4'

red 211 ◦ green 189 ◦ blue 196

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

Shades of Melanie #D3BDC4

Tints of Melanie #D3BDC4

RGB

 RED value IS 211 (82.81% from 255) = 35.4%

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

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

R = 35.4%
G = 31.71%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.17

RGB Variations

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

Color information

#D3BDC4 (or 0xD3BDC4) is known color: Melanie. HEX triplet: D3, BD and C4. RGB value is (211,189,196). Sum of RGB (Red+Green+Blue) = 211+189+196=596 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.40% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 196 (76.95% from 255 or 32.89% from 596); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BDC4 is #2C423B. Grayscale: #C4C4C4. Windows color (decimal): -2900540 or 12893651. OLE color: 12893651.

HSL color Cylindrical-coordinate representation of color #D3BDC4: hue angle of 340.91º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D3BDC4 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 189 196 -
CMYK 0 0.10 0.07 0.17
HSL 340.91º 0.2% 0.78% -
HSV(B) 340.91º 0.1% 0.83% -
XYZ 55.03 54.23 59.79 -
YUV 196.38 127.79 138.43 -
System Red Green Blue C M Y K H S L
Decimal 211 189 196 0 0.10 0.07 0.17 340.91 0.2 0.78
Hex D3 BD C4 0 A 7 11 155 14 4E
Octal 323 275 304 0 12 7 21 525 24 116
Binary 11010011 10111101 11000100 0 1010 111 10001 101010101 10100 1001110

Color Harmonies of #D3BDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BDC4

Black with #D3BDC4

Text Example


Text Example

White with #D3BDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BDC4; }

 p { color: rgb(211,189,196); }

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

background-color css

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

 a { background-color: rgb(211,189,196); }

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

border-color css

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

 span { border-color: rgb(211,189,196); }

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