Html Css Color HEX #DAAAE9 Wisteria

📋 copy color: '#DAAAE9'

red 218 ◦ green 170 ◦ blue 233

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

Shades of Wisteria #DAAAE9

Tints of Wisteria #DAAAE9

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.38%

 BLUE value IS 233 (91.41% from 255) = 37.52%

R = 35.1%
G = 27.38%
B = 37.52%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DAAAE9 (or 0xDAAAE9) is known color: Wisteria. HEX triplet: DA, AA and E9. RGB value is (218,170,233). Sum of RGB (Red+Green+Blue) = 218+170+233=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 170 (66.80% from 255 or 27.38% from 621); Blue value is 233 (91.41% from 255 or 37.52% from 621); Max value from RGB is 233 - color contains mainly: blue. Hex color #DAAAE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAAE9 is #255516. Grayscale: #BFBFBF. Windows color (decimal): -2446615 or 15313626. OLE color: 15313626.

HSL color Cylindrical-coordinate representation of color #DAAAE9: hue angle of 285.71º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAAAE9 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 170 233 -
CMYK 0.06 0.27 0 0.09
HSL 285.71º 0.59% 0.79% -
HSV(B) 285.71º 0.27% 0.91% -
XYZ 58 49.54 83.6 -
YUV 191.53 151.4 146.88 -
System Red Green Blue C M Y K H S L
Decimal 218 170 233 0.06 0.27 0 0.09 285.71 0.59 0.79
Hex DA AA E9 6 1B 0 9 11E 3B 4F
Octal 332 252 351 6 33 0 11 436 73 117
Binary 11011010 10101010 11101001 110 11011 0 1001 100011110 111011 1001111

Color Harmonies of #DAAAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAAE9

Black with #DAAAE9

Text Example


Text Example

White with #DAAAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAAE9; }

 p { color: rgb(218,170,233); }

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

background-color css

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

 a { background-color: rgb(218,170,233); }

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

border-color css

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

 span { border-color: rgb(218,170,233); }

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