Html Css Color HEX #DAACBB Melanie

📋 copy color: '#DAACBB'

red 218 ◦ green 172 ◦ blue 187

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

Shades of Melanie #DAACBB

Tints of Melanie #DAACBB

RGB

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

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

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

R = 37.78%
G = 29.81%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DAACBB (or 0xDAACBB) is known color: Melanie. HEX triplet: DA, AC and BB. RGB value is (218,172,187). Sum of RGB (Red+Green+Blue) = 218+172+187=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 172 (67.58% from 255 or 29.81% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACBB is #255344. Grayscale: #BBBBBB. Windows color (decimal): -2446149 or 12299482. OLE color: 12299482.

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

Color convert

RGB 218 172 187 -
CMYK 0 0.21 0.14 0.15
HSL 340.43º 0.38% 0.76% -
HSV(B) 340.43º 0.21% 0.85% -
XYZ 52.64 48 53.5 -
YUV 187.46 127.74 149.78 -
System Red Green Blue C M Y K H S L
Decimal 218 172 187 0 0.21 0.14 0.15 340.43 0.38 0.76
Hex DA AC BB 0 15 E F 154 26 4C
Octal 332 254 273 0 25 16 17 524 46 114
Binary 11011010 10101100 10111011 0 10101 1110 1111 101010100 100110 1001100

Color Harmonies of #DAACBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAACBB

Black with #DAACBB

Text Example


Text Example

White with #DAACBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAACBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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