Html Css Color HEX #DAACC2 Melanie

📋 copy color: '#DAACC2'

red 218 ◦ green 172 ◦ blue 194

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

Shades of Melanie #DAACC2

Tints of Melanie #DAACC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.22%

R = 37.33%
G = 29.45%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#DAACC2 (or 0xDAACC2) is known color: Melanie. HEX triplet: DA, AC and C2. RGB value is (218,172,194). Sum of RGB (Red+Green+Blue) = 218+172+194=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 194 (76.17% from 255 or 33.22% from 584); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACC2 is #25533D. Grayscale: #BCBCBC. Windows color (decimal): -2446142 or 12758234. OLE color: 12758234.

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

Color convert

RGB 218 172 194 -
CMYK 0 0.21 0.11 0.15
HSL 331.3º 0.38% 0.76% -
HSV(B) 331.3º 0.21% 0.85% -
XYZ 53.4 48.31 57.55 -
YUV 188.26 131.24 149.21 -
System Red Green Blue C M Y K H S L
Decimal 218 172 194 0 0.21 0.11 0.15 331.3 0.38 0.76
Hex DA AC C2 0 15 B F 14B 26 4C
Octal 332 254 302 0 25 13 17 513 46 114
Binary 11011010 10101100 11000010 0 10101 1011 1111 101001011 100110 1001100

Color Harmonies of #DAACC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAACC2

Black with #DAACC2

Text Example


Text Example

White with #DAACC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAACC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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