Html Css Color HEX #D0BDC3 Melanie

📋 copy color: '#D0BDC3'

red 208 ◦ green 189 ◦ blue 195

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

Shades of Melanie #D0BDC3

Tints of Melanie #D0BDC3

RGB

 RED value IS 208 (81.64% from 255) = 35.14%

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

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

R = 35.14%
G = 31.93%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D0BDC3 (or 0xD0BDC3) is known color: Melanie. HEX triplet: D0, BD and C3. RGB value is (208,189,195). Sum of RGB (Red+Green+Blue) = 208+189+195=592 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.14% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 195 (76.56% from 255 or 32.94% from 592); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BDC3 is #2F423C. Grayscale: #C3C3C3. Windows color (decimal): -3097149 or 12828112. OLE color: 12828112.

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

Color convert

RGB 208 189 195 -
CMYK 0 0.09 0.06 0.18
HSL 341.05º 0.17% 0.78% -
HSV(B) 341.05º 0.09% 0.82% -
XYZ 54.06 53.75 59.15 -
YUV 195.37 127.79 137.01 -
System Red Green Blue C M Y K H S L
Decimal 208 189 195 0 0.09 0.06 0.18 341.05 0.17 0.78
Hex D0 BD C3 0 9 6 12 155 11 4E
Octal 320 275 303 0 11 6 22 525 21 116
Binary 11010000 10111101 11000011 0 1001 110 10010 101010101 10001 1001110

Color Harmonies of #D0BDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BDC3

Black with #D0BDC3

Text Example


Text Example

White with #D0BDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BDC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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