Html Css Color HEX #DAABBB Melanie

📋 copy color: '#DAABBB'

red 218 ◦ green 171 ◦ blue 187

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

Shades of Melanie #DAABBB

Tints of Melanie #DAABBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.47%

R = 37.85%
G = 29.69%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DAABBB (or 0xDAABBB) is known color: Melanie. HEX triplet: DA, AB and BB. RGB value is (218,171,187). Sum of RGB (Red+Green+Blue) = 218+171+187=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 218 - color contains mainly: red. Hex color #DAABBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAABBB is #255444. Grayscale: #BABABA. Windows color (decimal): -2446405 or 12299226. OLE color: 12299226.

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

Color convert

RGB 218 171 187 -
CMYK 0 0.22 0.14 0.15
HSL 339.57º 0.39% 0.76% -
HSV(B) 339.57º 0.22% 0.85% -
XYZ 52.45 47.62 53.44 -
YUV 186.88 128.07 150.2 -
System Red Green Blue C M Y K H S L
Decimal 218 171 187 0 0.22 0.14 0.15 339.57 0.39 0.76
Hex DA AB BB 0 16 E F 154 27 4C
Octal 332 253 273 0 26 16 17 524 47 114
Binary 11011010 10101011 10111011 0 10110 1110 1111 101010100 100111 1001100

Color Harmonies of #DAABBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAABBB

Black with #DAABBB

Text Example


Text Example

White with #DAABBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAABBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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