Html Css Color HEX #DAAEE7 Wisteria

📋 copy color: '#DAAEE7'

red 218 ◦ green 174 ◦ blue 231

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

Shades of Wisteria #DAAEE7

Tints of Wisteria #DAAEE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.08%

R = 34.99%
G = 27.93%
B = 37.08%

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

#DAAEE7 (or 0xDAAEE7) is known color: Wisteria. HEX triplet: DA, AE and E7. RGB value is (218,174,231). Sum of RGB (Red+Green+Blue) = 218+174+231=623 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.99% from 623); Green value is 174 (68.36% from 255 or 27.93% from 623); Blue value is 231 (90.62% from 255 or 37.08% from 623); Max value from RGB is 231 - color contains mainly: blue. Hex color #DAAEE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAEE7 is #255118. Grayscale: #C1C1C1. Windows color (decimal): -2445593 or 15183578. OLE color: 15183578.

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

Color convert

RGB 218 174 231 -
CMYK 0.06 0.25 0 0.09
HSL 286.32º 0.54% 0.79% -
HSV(B) 286.32º 0.25% 0.91% -
XYZ 58.47 50.95 82.35 -
YUV 193.65 149.08 145.37 -
System Red Green Blue C M Y K H S L
Decimal 218 174 231 0.06 0.25 0 0.09 286.32 0.54 0.79
Hex DA AE E7 6 19 0 9 11E 36 4F
Octal 332 256 347 6 31 0 11 436 66 117
Binary 11011010 10101110 11100111 110 11001 0 1001 100011110 110110 1001111

Color Harmonies of #DAAEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAEE7

Black with #DAAEE7

Text Example


Text Example

White with #DAAEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAEE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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