Html Css Color HEX #D1BDC4 Melanie

📋 copy color: '#D1BDC4'

red 209 ◦ green 189 ◦ blue 196

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

Shades of Melanie #D1BDC4

Tints of Melanie #D1BDC4

RGB

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

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

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

R = 35.19%
G = 31.82%
B = 33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D1BDC4 (or 0xD1BDC4) is known color: Melanie. HEX triplet: D1, BD and C4. RGB value is (209,189,196). Sum of RGB (Red+Green+Blue) = 209+189+196=594 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.19% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 196 (76.95% from 255 or 33.00% from 594); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BDC4 is #2E423B. Grayscale: #C3C3C3. Windows color (decimal): -3031612 or 12893649. OLE color: 12893649.

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

Color convert

RGB 209 189 196 -
CMYK 0 0.10 0.06 0.18
HSL 339º 0.18% 0.78% -
HSV(B) 339º 0.1% 0.82% -
XYZ 54.46 53.94 59.77 -
YUV 195.78 128.13 137.43 -
System Red Green Blue C M Y K H S L
Decimal 209 189 196 0 0.10 0.06 0.18 339 0.18 0.78
Hex D1 BD C4 0 A 6 12 153 12 4E
Octal 321 275 304 0 12 6 22 523 22 116
Binary 11010001 10111101 11000100 0 1010 110 10010 101010011 10010 1001110

Color Harmonies of #D1BDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BDC4

Black with #D1BDC4

Text Example


Text Example

White with #D1BDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BDC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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