Html Css Color HEX #DABEC5 Melanie

📋 copy color: '#DABEC5'

red 218 ◦ green 190 ◦ blue 197

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

Shades of Melanie #DABEC5

Tints of Melanie #DABEC5

RGB

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

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

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

R = 36.03%
G = 31.4%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#DABEC5 (or 0xDABEC5) is known color: Melanie. HEX triplet: DA, BE and C5. RGB value is (218,190,197). Sum of RGB (Red+Green+Blue) = 218+190+197=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 197 (77.34% from 255 or 32.56% from 605); Max value from RGB is 218 - color contains mainly: red. Hex color #DABEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABEC5 is #25413A. Grayscale: #C7C7C7. Windows color (decimal): -2441531 or 12959450. OLE color: 12959450.

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

Color convert

RGB 218 190 197 -
CMYK 0 0.13 0.10 0.15
HSL 345º 0.27% 0.8% -
HSV(B) 345º 0.13% 0.85% -
XYZ 57.4 55.76 60.56 -
YUV 199.17 126.78 141.43 -
System Red Green Blue C M Y K H S L
Decimal 218 190 197 0 0.13 0.10 0.15 345 0.27 0.8
Hex DA BE C5 0 D A F 159 1B 50
Octal 332 276 305 0 15 12 17 531 33 120
Binary 11011010 10111110 11000101 0 1101 1010 1111 101011001 11011 1010000

Color Harmonies of #DABEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABEC5

Black with #DABEC5

Text Example


Text Example

White with #DABEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABEC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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