Html Css Color HEX #D1BDC1 Melanie

📋 copy color: '#D1BDC1'

red 209 ◦ green 189 ◦ blue 193

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

Shades of Melanie #D1BDC1

Tints of Melanie #D1BDC1

RGB

 RED value IS 209 (82.03% from 255) = 35.36%

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

 BLUE value IS 193 (75.78% from 255) = 32.66%

R = 35.36%
G = 31.98%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D1BDC1 (or 0xD1BDC1) is known color: Melanie. HEX triplet: D1, BD and C1. RGB value is (209,189,193). Sum of RGB (Red+Green+Blue) = 209+189+193=591 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.36% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 193 (75.78% from 255 or 32.66% from 591); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BDC1 is #2E423E. Grayscale: #C3C3C3. Windows color (decimal): -3031615 or 12697041. OLE color: 12697041.

HSL color Cylindrical-coordinate representation of color #D1BDC1: hue angle of 348º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1BDC1 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 189 193 -
CMYK 0 0.10 0.08 0.18
HSL 348º 0.18% 0.78% -
HSV(B) 348º 0.1% 0.82% -
XYZ 54.12 53.8 57.98 -
YUV 195.44 126.63 137.67 -
System Red Green Blue C M Y K H S L
Decimal 209 189 193 0 0.10 0.08 0.18 348 0.18 0.78
Hex D1 BD C1 0 A 8 12 15C 12 4E
Octal 321 275 301 0 12 10 22 534 22 116
Binary 11010001 10111101 11000001 0 1010 1000 10010 101011100 10010 1001110

Color Harmonies of #D1BDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BDC1

Black with #D1BDC1

Text Example


Text Example

White with #D1BDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BDC1; }

 p { color: rgb(209,189,193); }

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

background-color css

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

 a { background-color: rgb(209,189,193); }

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

border-color css

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

 span { border-color: rgb(209,189,193); }

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