Html Css Color HEX #D3BDC2 Melanie

📋 copy color: '#D3BDC2'

red 211 ◦ green 189 ◦ blue 194

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

Shades of Melanie #D3BDC2

Tints of Melanie #D3BDC2

RGB

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

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

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

R = 35.52%
G = 31.82%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#D3BDC2 (or 0xD3BDC2) is known color: Melanie. HEX triplet: D3, BD and C2. RGB value is (211,189,194). Sum of RGB (Red+Green+Blue) = 211+189+194=594 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.52% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 194 (76.17% from 255 or 32.66% from 594); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BDC2 is #2C423D. Grayscale: #C4C4C4. Windows color (decimal): -2900542 or 12762579. OLE color: 12762579.

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

Color convert

RGB 211 189 194 -
CMYK 0 0.10 0.08 0.17
HSL 346.36º 0.2% 0.78% -
HSV(B) 346.36º 0.1% 0.83% -
XYZ 54.8 54.14 58.6 -
YUV 196.15 126.79 138.59 -
System Red Green Blue C M Y K H S L
Decimal 211 189 194 0 0.10 0.08 0.17 346.36 0.2 0.78
Hex D3 BD C2 0 A 8 11 15A 14 4E
Octal 323 275 302 0 12 10 21 532 24 116
Binary 11010011 10111101 11000010 0 1010 1000 10001 101011010 10100 1001110

Color Harmonies of #D3BDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BDC2

Black with #D3BDC2

Text Example


Text Example

White with #D3BDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BDC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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