Html Css Color HEX #DAAEE8 Wisteria

📋 copy color: '#DAAEE8'

red 218 ◦ green 174 ◦ blue 232

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

Shades of Wisteria #DAAEE8

Tints of Wisteria #DAAEE8

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.88%

 BLUE value IS 232 (91.02% from 255) = 37.18%

R = 34.94%
G = 27.88%
B = 37.18%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DAAEE8 (or 0xDAAEE8) is known color: Wisteria. HEX triplet: DA, AE and E8. RGB value is (218,174,232). Sum of RGB (Red+Green+Blue) = 218+174+232=624 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.94% from 624); Green value is 174 (68.36% from 255 or 27.88% from 624); Blue value is 232 (91.02% from 255 or 37.18% from 624); Max value from RGB is 232 - color contains mainly: blue. Hex color #DAAEE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAEE8 is #255117. Grayscale: #C1C1C1. Windows color (decimal): -2445592 or 15249114. OLE color: 15249114.

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

Color convert

RGB 218 174 232 -
CMYK 0.06 0.25 0 0.09
HSL 285.52º 0.56% 0.8% -
HSV(B) 285.52º 0.25% 0.91% -
XYZ 58.61 51 83.1 -
YUV 193.77 149.58 145.28 -
System Red Green Blue C M Y K H S L
Decimal 218 174 232 0.06 0.25 0 0.09 285.52 0.56 0.8
Hex DA AE E8 6 19 0 9 11E 38 50
Octal 332 256 350 6 31 0 11 436 70 120
Binary 11011010 10101110 11101000 110 11001 0 1001 100011110 111000 1010000

Color Harmonies of #DAAEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAEE8

Black with #DAAEE8

Text Example


Text Example

White with #DAAEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAEE8; }

 p { color: rgb(218,174,232); }

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

background-color css

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

 a { background-color: rgb(218,174,232); }

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

border-color css

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

 span { border-color: rgb(218,174,232); }

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