Html Css Color HEX #DAAABB Melanie

📋 copy color: '#DAAABB'

red 218 ◦ green 170 ◦ blue 187

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

Shades of Melanie #DAAABB

Tints of Melanie #DAAABB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.57%

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

R = 37.91%
G = 29.57%
B = 32.52%

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

#DAAABB (or 0xDAAABB) is known color: Melanie. HEX triplet: DA, AA and BB. RGB value is (218,170,187). Sum of RGB (Red+Green+Blue) = 218+170+187=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 170 (66.80% from 255 or 29.57% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAABB is #255544. Grayscale: #BABABA. Windows color (decimal): -2446661 or 12298970. OLE color: 12298970.

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

Color convert

RGB 218 170 187 -
CMYK 0 0.22 0.14 0.15
HSL 338.75º 0.39% 0.76% -
HSV(B) 338.75º 0.22% 0.85% -
XYZ 52.26 47.24 53.38 -
YUV 186.29 128.4 150.62 -
System Red Green Blue C M Y K H S L
Decimal 218 170 187 0 0.22 0.14 0.15 338.75 0.39 0.76
Hex DA AA BB 0 16 E F 153 27 4C
Octal 332 252 273 0 26 16 17 523 47 114
Binary 11011010 10101010 10111011 0 10110 1110 1111 101010011 100111 1001100

Color Harmonies of #DAAABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAABB

Black with #DAAABB

Text Example


Text Example

White with #DAAABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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