Html Css Color HEX #D1BDC3 Melanie

📋 copy color: '#D1BDC3'

red 209 ◦ green 189 ◦ blue 195

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

Shades of Melanie #D1BDC3

Tints of Melanie #D1BDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 32.88%

R = 35.24%
G = 31.87%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D1BDC3 (or 0xD1BDC3) is known color: Melanie. HEX triplet: D1, BD and C3. RGB value is (209,189,195). Sum of RGB (Red+Green+Blue) = 209+189+195=593 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.24% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 195 (76.56% from 255 or 32.88% from 593); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BDC3 is #2E423C. Grayscale: #C3C3C3. Windows color (decimal): -3031613 or 12828113. OLE color: 12828113.

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

Color convert

RGB 209 189 195 -
CMYK 0 0.10 0.07 0.18
HSL 342º 0.18% 0.78% -
HSV(B) 342º 0.1% 0.82% -
XYZ 54.34 53.89 59.17 -
YUV 195.66 127.63 137.51 -
System Red Green Blue C M Y K H S L
Decimal 209 189 195 0 0.10 0.07 0.18 342 0.18 0.78
Hex D1 BD C3 0 A 7 12 156 12 4E
Octal 321 275 303 0 12 7 22 526 22 116
Binary 11010001 10111101 11000011 0 1010 111 10010 101010110 10010 1001110

Color Harmonies of #D1BDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BDC3

Black with #D1BDC3

Text Example


Text Example

White with #D1BDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BDC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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