Html Css Color HEX #DAA4EC Wisteria

📋 copy color: '#DAA4EC'

red 218 ◦ green 164 ◦ blue 236

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

Shades of Wisteria #DAA4EC

Tints of Wisteria #DAA4EC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.54%

 BLUE value IS 236 (92.58% from 255) = 38.19%

R = 35.28%
G = 26.54%
B = 38.19%

CMYK

 C value IS 0.08

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DAA4EC (or 0xDAA4EC) is known color: Wisteria. HEX triplet: DA, A4 and EC. RGB value is (218,164,236). Sum of RGB (Red+Green+Blue) = 218+164+236=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 164 (64.45% from 255 or 26.54% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #DAA4EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA4EC is #255B13. Grayscale: #BCBCBC. Windows color (decimal): -2448148 or 15508698. OLE color: 15508698.

HSL color Cylindrical-coordinate representation of color #DAA4EC: hue angle of 285º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAA4EC is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 164 236 -
CMYK 0.08 0.31 0 0.07
HSL 285º 0.65% 0.78% -
HSV(B) 285º 0.31% 0.93% -
XYZ 57.33 47.51 85.51 -
YUV 188.35 154.89 149.15 -
System Red Green Blue C M Y K H S L
Decimal 218 164 236 0.08 0.31 0 0.07 285 0.65 0.78
Hex DA A4 EC 8 1F 0 7 11D 41 4E
Octal 332 244 354 10 37 0 7 435 101 116
Binary 11011010 10100100 11101100 1000 11111 0 111 100011101 1000001 1001110

Color Harmonies of #DAA4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA4EC

Black with #DAA4EC

Text Example


Text Example

White with #DAA4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA4EC; }

 p { color: rgb(218,164,236); }

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

background-color css

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

 a { background-color: rgb(218,164,236); }

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

border-color css

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

 span { border-color: rgb(218,164,236); }

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