Html Css Color HEX #DABAC5 Melanie

📋 copy color: '#DABAC5'

red 218 ◦ green 186 ◦ blue 197

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

Shades of Melanie #DABAC5

Tints of Melanie #DABAC5

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.95%

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

R = 36.27%
G = 30.95%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#DABAC5 (or 0xDABAC5) is known color: Melanie. HEX triplet: DA, BA and C5. RGB value is (218,186,197). Sum of RGB (Red+Green+Blue) = 218+186+197=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 197 (77.34% from 255 or 32.78% from 601); Max value from RGB is 218 - color contains mainly: red. Hex color #DABAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABAC5 is #25453A. Grayscale: #C4C4C4. Windows color (decimal): -2442555 or 12958426. OLE color: 12958426.

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

Color convert

RGB 218 186 197 -
CMYK 0 0.15 0.10 0.15
HSL 339.38º 0.3% 0.79% -
HSV(B) 339.38º 0.15% 0.85% -
XYZ 56.55 54.05 60.28 -
YUV 196.82 128.1 143.11 -
System Red Green Blue C M Y K H S L
Decimal 218 186 197 0 0.15 0.10 0.15 339.38 0.3 0.79
Hex DA BA C5 0 F A F 153 1E 4F
Octal 332 272 305 0 17 12 17 523 36 117
Binary 11011010 10111010 11000101 0 1111 1010 1111 101010011 11110 1001111

Color Harmonies of #DABAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABAC5

Black with #DABAC5

Text Example


Text Example

White with #DABAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABAC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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