Html Css Color HEX #DABEC6 Melanie

📋 copy color: '#DABEC6'

red 218 ◦ green 190 ◦ blue 198

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

Shades of Melanie #DABEC6

Tints of Melanie #DABEC6

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.35%

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

R = 35.97%
G = 31.35%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#DABEC6 (or 0xDABEC6) is known color: Melanie. HEX triplet: DA, BE and C6. RGB value is (218,190,198). Sum of RGB (Red+Green+Blue) = 218+190+198=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 198 (77.73% from 255 or 32.67% from 606); Max value from RGB is 218 - color contains mainly: red. Hex color #DABEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABEC6 is #254139. Grayscale: #C7C7C7. Windows color (decimal): -2441530 or 13024986. OLE color: 13024986.

HSL color Cylindrical-coordinate representation of color #DABEC6: hue angle of 342.86º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DABEC6 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 190 198 -
CMYK 0 0.13 0.09 0.15
HSL 342.86º 0.27% 0.8% -
HSV(B) 342.86º 0.13% 0.85% -
XYZ 57.52 55.81 61.17 -
YUV 199.28 127.28 141.35 -
System Red Green Blue C M Y K H S L
Decimal 218 190 198 0 0.13 0.09 0.15 342.86 0.27 0.8
Hex DA BE C6 0 D 9 F 157 1B 50
Octal 332 276 306 0 15 11 17 527 33 120
Binary 11011010 10111110 11000110 0 1101 1001 1111 101010111 11011 1010000

Color Harmonies of #DABEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABEC6

Black with #DABEC6

Text Example


Text Example

White with #DABEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABEC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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