Html Css Color HEX #DABBC5 Melanie

📋 copy color: '#DABBC5'

red 218 ◦ green 187 ◦ blue 197

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

Shades of Melanie #DABBC5

Tints of Melanie #DABBC5

RGB

 RED value IS 218 (85.55% from 255) = 36.21%

 GREEN value IS 187 (73.44% from 255) = 31.06%

 BLUE value IS 197 (77.34% from 255) = 32.72%

R = 36.21%
G = 31.06%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#DABBC5 (or 0xDABBC5) is known color: Melanie. HEX triplet: DA, BB and C5. RGB value is (218,187,197). Sum of RGB (Red+Green+Blue) = 218+187+197=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 197 (77.34% from 255 or 32.72% from 602); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBC5 is #25443A. Grayscale: #C5C5C5. Windows color (decimal): -2442299 or 12958682. OLE color: 12958682.

HSL color Cylindrical-coordinate representation of color #DABBC5: hue angle of 340.65º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DABBC5 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 187 197 -
CMYK 0 0.14 0.10 0.15
HSL 340.65º 0.3% 0.79% -
HSV(B) 340.65º 0.14% 0.85% -
XYZ 56.76 54.48 60.35 -
YUV 197.41 127.77 142.69 -
System Red Green Blue C M Y K H S L
Decimal 218 187 197 0 0.14 0.10 0.15 340.65 0.3 0.79
Hex DA BB C5 0 E A F 155 1E 4F
Octal 332 273 305 0 16 12 17 525 36 117
Binary 11011010 10111011 11000101 0 1110 1010 1111 101010101 11110 1001111

Color Harmonies of #DABBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABBC5

Black with #DABBC5

Text Example


Text Example

White with #DABBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABBC5; }

 p { color: rgb(218,187,197); }

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

background-color css

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

 a { background-color: rgb(218,187,197); }

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

border-color css

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

 span { border-color: rgb(218,187,197); }

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