Html Css Color HEX #DAACBD Melanie

📋 copy color: '#DAACBD'

red 218 ◦ green 172 ◦ blue 189

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

Shades of Melanie #DAACBD

Tints of Melanie #DAACBD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.71%

 BLUE value IS 189 (74.22% from 255) = 32.64%

R = 37.65%
G = 29.71%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DAACBD (or 0xDAACBD) is known color: Melanie. HEX triplet: DA, AC and BD. RGB value is (218,172,189). Sum of RGB (Red+Green+Blue) = 218+172+189=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 172 (67.58% from 255 or 29.71% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACBD is #255342. Grayscale: #BBBBBB. Windows color (decimal): -2446147 or 12430554. OLE color: 12430554.

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

Color convert

RGB 218 172 189 -
CMYK 0 0.21 0.13 0.15
HSL 337.83º 0.38% 0.76% -
HSV(B) 337.83º 0.21% 0.85% -
XYZ 52.85 48.08 54.64 -
YUV 187.69 128.74 149.62 -
System Red Green Blue C M Y K H S L
Decimal 218 172 189 0 0.21 0.13 0.15 337.83 0.38 0.76
Hex DA AC BD 0 15 D F 152 26 4C
Octal 332 254 275 0 25 15 17 522 46 114
Binary 11011010 10101100 10111101 0 10101 1101 1111 101010010 100110 1001100

Color Harmonies of #DAACBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAACBD

Black with #DAACBD

Text Example


Text Example

White with #DAACBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAACBD; }

 p { color: rgb(218,172,189); }

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

background-color css

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

 a { background-color: rgb(218,172,189); }

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

border-color css

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

 span { border-color: rgb(218,172,189); }

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