Html Css Color HEX #DABAC6 Melanie

📋 copy color: '#DABAC6'

red 218 ◦ green 186 ◦ blue 198

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

Shades of Melanie #DABAC6

Tints of Melanie #DABAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 32.89%

R = 36.21%
G = 30.9%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#DABAC6 (or 0xDABAC6) is known color: Melanie. HEX triplet: DA, BA and C6. RGB value is (218,186,198). Sum of RGB (Red+Green+Blue) = 218+186+198=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 198 (77.73% from 255 or 32.89% from 602); Max value from RGB is 218 - color contains mainly: red. Hex color #DABAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABAC6 is #254539. Grayscale: #C4C4C4. Windows color (decimal): -2442554 or 13023962. OLE color: 13023962.

HSL color Cylindrical-coordinate representation of color #DABAC6: hue angle of 337.5º 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 #DABAC6 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 186 198 -
CMYK 0 0.15 0.09 0.15
HSL 337.5º 0.3% 0.79% -
HSV(B) 337.5º 0.15% 0.85% -
XYZ 56.67 54.1 60.88 -
YUV 196.94 128.6 143.02 -
System Red Green Blue C M Y K H S L
Decimal 218 186 198 0 0.15 0.09 0.15 337.5 0.3 0.79
Hex DA BA C6 0 F 9 F 152 1E 4F
Octal 332 272 306 0 17 11 17 522 36 117
Binary 11011010 10111010 11000110 0 1111 1001 1111 101010010 11110 1001111

Color Harmonies of #DABAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABAC6

Black with #DABAC6

Text Example


Text Example

White with #DABAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABAC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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