Html Css Color HEX #D2BDC3 Melanie

📋 copy color: '#D2BDC3'

red 210 ◦ green 189 ◦ blue 195

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

Shades of Melanie #D2BDC3

Tints of Melanie #D2BDC3

RGB

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

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

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

R = 35.35%
G = 31.82%
B = 32.83%

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

#D2BDC3 (or 0xD2BDC3) is known color: Melanie. HEX triplet: D2, BD and C3. RGB value is (210,189,195). Sum of RGB (Red+Green+Blue) = 210+189+195=594 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.35% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 195 (76.56% from 255 or 32.83% from 594); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BDC3 is #2D423C. Grayscale: #C3C3C3. Windows color (decimal): -2966077 or 12828114. OLE color: 12828114.

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

Color convert

RGB 210 189 195 -
CMYK 0 0.10 0.07 0.18
HSL 342.86º 0.19% 0.78% -
HSV(B) 342.86º 0.1% 0.82% -
XYZ 54.63 54.04 59.18 -
YUV 195.96 127.46 138.01 -
System Red Green Blue C M Y K H S L
Decimal 210 189 195 0 0.10 0.07 0.18 342.86 0.19 0.78
Hex D2 BD C3 0 A 7 12 157 13 4E
Octal 322 275 303 0 12 7 22 527 23 116
Binary 11010010 10111101 11000011 0 1010 111 10010 101010111 10011 1001110

Color Harmonies of #D2BDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BDC3

Black with #D2BDC3

Text Example


Text Example

White with #D2BDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BDC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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