Html Css Color HEX #D2BFC2 Melanie

📋 copy color: '#D2BFC2'

red 210 ◦ green 191 ◦ blue 194

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

Shades of Melanie #D2BFC2

Tints of Melanie #D2BFC2

RGB

 RED value IS 210 (82.42% from 255) = 35.29%

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

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

R = 35.29%
G = 32.1%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D2BFC2 (or 0xD2BFC2) is known color: Melanie. HEX triplet: D2, BF and C2. RGB value is (210,191,194). Sum of RGB (Red+Green+Blue) = 210+191+194=595 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.29% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 194 (76.17% from 255 or 32.61% from 595); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BFC2 is #2D403D. Grayscale: #C5C5C5. Windows color (decimal): -2965566 or 12763090. OLE color: 12763090.

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

Color convert

RGB 210 191 194 -
CMYK 0 0.09 0.08 0.18
HSL 350.53º 0.17% 0.79% -
HSV(B) 350.53º 0.09% 0.82% -
XYZ 54.95 54.86 58.73 -
YUV 197.02 126.29 137.26 -
System Red Green Blue C M Y K H S L
Decimal 210 191 194 0 0.09 0.08 0.18 350.53 0.17 0.79
Hex D2 BF C2 0 9 8 12 15F 11 4F
Octal 322 277 302 0 11 10 22 537 21 117
Binary 11010010 10111111 11000010 0 1001 1000 10010 101011111 10001 1001111

Color Harmonies of #D2BFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BFC2

Black with #D2BFC2

Text Example


Text Example

White with #D2BFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BFC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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