Html Css Color HEX #DAABBE Melanie

📋 copy color: '#DAABBE'

red 218 ◦ green 171 ◦ blue 190

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

Shades of Melanie #DAABBE

Tints of Melanie #DAABBE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.53%

 BLUE value IS 190 (74.61% from 255) = 32.82%

R = 37.65%
G = 29.53%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DAABBE (or 0xDAABBE) is known color: Melanie. HEX triplet: DA, AB and BE. RGB value is (218,171,190). Sum of RGB (Red+Green+Blue) = 218+171+190=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 171 (67.19% from 255 or 29.53% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 218 - color contains mainly: red. Hex color #DAABBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAABBE is #255441. Grayscale: #BBBBBB. Windows color (decimal): -2446402 or 12495834. OLE color: 12495834.

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

Color convert

RGB 218 171 190 -
CMYK 0 0.22 0.13 0.15
HSL 335.74º 0.39% 0.76% -
HSV(B) 335.74º 0.22% 0.85% -
XYZ 52.77 47.75 55.15 -
YUV 187.22 129.57 149.96 -
System Red Green Blue C M Y K H S L
Decimal 218 171 190 0 0.22 0.13 0.15 335.74 0.39 0.76
Hex DA AB BE 0 16 D F 150 27 4C
Octal 332 253 276 0 26 15 17 520 47 114
Binary 11011010 10101011 10111110 0 10110 1101 1111 101010000 100111 1001100

Color Harmonies of #DAABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAABBE

Black with #DAABBE

Text Example


Text Example

White with #DAABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAABBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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