Html Css Color HEX #D5BDC2 Melanie

📋 copy color: '#D5BDC2'

red 213 ◦ green 189 ◦ blue 194

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

Shades of Melanie #D5BDC2

Tints of Melanie #D5BDC2

RGB

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

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

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

R = 35.74%
G = 31.71%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D5BDC2 (or 0xD5BDC2) is known color: Melanie. HEX triplet: D5, BD and C2. RGB value is (213,189,194). Sum of RGB (Red+Green+Blue) = 213+189+194=596 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.74% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 194 (76.17% from 255 or 32.55% from 596); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BDC2 is #2A423D. Grayscale: #C4C4C4. Windows color (decimal): -2769470 or 12762581. OLE color: 12762581.

HSL color Cylindrical-coordinate representation of color #D5BDC2: hue angle of 347.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 #D5BDC2 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 189 194 -
CMYK 0 0.11 0.09 0.16
HSL 347.5º 0.22% 0.79% -
HSV(B) 347.5º 0.11% 0.84% -
XYZ 55.38 54.44 58.63 -
YUV 196.75 126.45 139.59 -
System Red Green Blue C M Y K H S L
Decimal 213 189 194 0 0.11 0.09 0.16 347.5 0.22 0.79
Hex D5 BD C2 0 B 9 10 15C 16 4F
Octal 325 275 302 0 13 11 20 534 26 117
Binary 11010101 10111101 11000010 0 1011 1001 10000 101011100 10110 1001111

Color Harmonies of #D5BDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BDC2

Black with #D5BDC2

Text Example


Text Example

White with #D5BDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BDC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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