Html Css Color HEX #D5BDC4 Melanie

📋 copy color: '#D5BDC4'

red 213 ◦ green 189 ◦ blue 196

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

Shades of Melanie #D5BDC4

Tints of Melanie #D5BDC4

RGB

 RED value IS 213 (83.59% from 255) = 35.62%

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

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

R = 35.62%
G = 31.61%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D5BDC4 (or 0xD5BDC4) is known color: Melanie. HEX triplet: D5, BD and C4. RGB value is (213,189,196). Sum of RGB (Red+Green+Blue) = 213+189+196=598 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.62% from 598); Green value is 189 (74.22% from 255 or 31.61% from 598); Blue value is 196 (76.95% from 255 or 32.78% from 598); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BDC4 is #2A423B. Grayscale: #C4C4C4. Windows color (decimal): -2769468 or 12893653. OLE color: 12893653.

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

Color convert

RGB 213 189 196 -
CMYK 0 0.11 0.08 0.16
HSL 342.5º 0.22% 0.79% -
HSV(B) 342.5º 0.11% 0.84% -
XYZ 55.6 54.53 59.82 -
YUV 196.97 127.45 139.43 -
System Red Green Blue C M Y K H S L
Decimal 213 189 196 0 0.11 0.08 0.16 342.5 0.22 0.79
Hex D5 BD C4 0 B 8 10 156 16 4F
Octal 325 275 304 0 13 10 20 526 26 117
Binary 11010101 10111101 11000100 0 1011 1000 10000 101010110 10110 1001111

Color Harmonies of #D5BDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BDC4

Black with #D5BDC4

Text Example


Text Example

White with #D5BDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BDC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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