Html Css Color HEX #DABEC7 Melanie

📋 copy color: '#DABEC7'

red 218 ◦ green 190 ◦ blue 199

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

Shades of Melanie #DABEC7

Tints of Melanie #DABEC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 32.78%

R = 35.91%
G = 31.3%
B = 32.78%

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

#DABEC7 (or 0xDABEC7) is known color: Melanie. HEX triplet: DA, BE and C7. RGB value is (218,190,199). Sum of RGB (Red+Green+Blue) = 218+190+199=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 199 (78.12% from 255 or 32.78% from 607); Max value from RGB is 218 - color contains mainly: red. Hex color #DABEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABEC7 is #254138. Grayscale: #C7C7C7. Windows color (decimal): -2441529 or 13090522. OLE color: 13090522.

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

Color convert

RGB 218 190 199 -
CMYK 0 0.13 0.09 0.15
HSL 340.71º 0.27% 0.8% -
HSV(B) 340.71º 0.13% 0.85% -
XYZ 57.64 55.86 61.78 -
YUV 199.4 127.78 141.27 -
System Red Green Blue C M Y K H S L
Decimal 218 190 199 0 0.13 0.09 0.15 340.71 0.27 0.8
Hex DA BE C7 0 D 9 F 155 1B 50
Octal 332 276 307 0 15 11 17 525 33 120
Binary 11011010 10111110 11000111 0 1101 1001 1111 101010101 11011 1010000

Color Harmonies of #DABEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABEC7

Black with #DABEC7

Text Example


Text Example

White with #DABEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABEC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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