Html Css Color HEX #DAA7EA Wisteria

📋 copy color: '#DAA7EA'

red 218 ◦ green 167 ◦ blue 234

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

Shades of Wisteria #DAA7EA

Tints of Wisteria #DAA7EA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.98%

 BLUE value IS 234 (91.8% from 255) = 37.8%

R = 35.22%
G = 26.98%
B = 37.8%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DAA7EA (or 0xDAA7EA) is known color: Wisteria. HEX triplet: DA, A7 and EA. RGB value is (218,167,234). Sum of RGB (Red+Green+Blue) = 218+167+234=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 167 (65.62% from 255 or 26.98% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #DAA7EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA7EA is #255815. Grayscale: #BDBDBD. Windows color (decimal): -2447382 or 15378394. OLE color: 15378394.

HSL color Cylindrical-coordinate representation of color #DAA7EA: hue angle of 285.67º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAA7EA is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 218 167 234 -
CMYK 0.07 0.29 0 0.08
HSL 285.67º 0.61% 0.79% -
HSV(B) 285.67º 0.29% 0.92% -
XYZ 57.58 48.48 84.17 -
YUV 189.89 152.9 148.05 -
System Red Green Blue C M Y K H S L
Decimal 218 167 234 0.07 0.29 0 0.08 285.67 0.61 0.79
Hex DA A7 EA 7 1D 0 8 11E 3D 4F
Octal 332 247 352 7 35 0 10 436 75 117
Binary 11011010 10100111 11101010 111 11101 0 1000 100011110 111101 1001111

Color Harmonies of #DAA7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA7EA

Black with #DAA7EA

Text Example


Text Example

White with #DAA7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA7EA; }

 p { color: rgb(218,167,234); }

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

background-color css

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

 a { background-color: rgb(218,167,234); }

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

border-color css

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

 span { border-color: rgb(218,167,234); }

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