Html Css Color HEX #D1BFC2 Melanie

📋 copy color: '#D1BFC2'

red 209 ◦ green 191 ◦ blue 194

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

Shades of Melanie #D1BFC2

Tints of Melanie #D1BFC2

RGB

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

 GREEN value IS 191 (75% from 255) = 32.15%

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

R = 35.19%
G = 32.15%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D1BFC2 (or 0xD1BFC2) is known color: Melanie. HEX triplet: D1, BF and C2. RGB value is (209,191,194). Sum of RGB (Red+Green+Blue) = 209+191+194=594 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.19% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 194 (76.17% from 255 or 32.66% from 594); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BFC2 is #2E403D. Grayscale: #C4C4C4. Windows color (decimal): -3031102 or 12763089. OLE color: 12763089.

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

Color convert

RGB 209 191 194 -
CMYK 0 0.09 0.07 0.18
HSL 350º 0.16% 0.78% -
HSV(B) 350º 0.09% 0.82% -
XYZ 54.66 54.71 58.72 -
YUV 196.72 126.46 136.76 -
System Red Green Blue C M Y K H S L
Decimal 209 191 194 0 0.09 0.07 0.18 350 0.16 0.78
Hex D1 BF C2 0 9 7 12 15E 10 4E
Octal 321 277 302 0 11 7 22 536 20 116
Binary 11010001 10111111 11000010 0 1001 111 10010 101011110 10000 1001110

Color Harmonies of #D1BFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BFC2

Black with #D1BFC2

Text Example


Text Example

White with #D1BFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BFC2; }

 p { color: rgb(209,191,194); }

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

background-color css

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

 a { background-color: rgb(209,191,194); }

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

border-color css

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

 span { border-color: rgb(209,191,194); }

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