Html Css Color HEX #D0B2BB Melanie

📋 copy color: '#D0B2BB'

red 208 ◦ green 178 ◦ blue 187

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

Shades of Melanie #D0B2BB

Tints of Melanie #D0B2BB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.06%

 BLUE value IS 187 (73.44% from 255) = 32.64%

R = 36.3%
G = 31.06%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D0B2BB (or 0xD0B2BB) is known color: Melanie. HEX triplet: D0, B2 and BB. RGB value is (208,178,187). Sum of RGB (Red+Green+Blue) = 208+178+187=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0B2BB is #2F4D44. Grayscale: #BBBBBB. Windows color (decimal): -3099973 or 12301008. OLE color: 12301008.

HSL color Cylindrical-coordinate representation of color #D0B2BB: hue angle of 342º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0B2BB is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 178 187 -
CMYK 0 0.14 0.10 0.18
HSL 342º 0.24% 0.76% -
HSV(B) 342º 0.14% 0.82% -
XYZ 50.9 48.84 53.76 -
YUV 188 127.44 142.27 -
System Red Green Blue C M Y K H S L
Decimal 208 178 187 0 0.14 0.10 0.18 342 0.24 0.76
Hex D0 B2 BB 0 E A 12 156 18 4C
Octal 320 262 273 0 16 12 22 526 30 114
Binary 11010000 10110010 10111011 0 1110 1010 10010 101010110 11000 1001100

Color Harmonies of #D0B2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B2BB

Black with #D0B2BB

Text Example


Text Example

White with #D0B2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B2BB; }

 p { color: rgb(208,178,187); }

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

background-color css

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

 a { background-color: rgb(208,178,187); }

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

border-color css

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

 span { border-color: rgb(208,178,187); }

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