Html Css Color HEX #D5AEEA Wisteria

📋 copy color: '#D5AEEA'

red 213 ◦ green 174 ◦ blue 234

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

Shades of Wisteria #D5AEEA

Tints of Wisteria #D5AEEA

RGB

 RED value IS 213 (83.59% from 255) = 34.3%

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

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

R = 34.3%
G = 28.02%
B = 37.68%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D5AEEA (or 0xD5AEEA) is known color: Wisteria. HEX triplet: D5, AE and EA. RGB value is (213,174,234). Sum of RGB (Red+Green+Blue) = 213+174+234=621 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.30% from 621); Green value is 174 (68.36% from 255 or 28.02% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: blue. Hex color #D5AEEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5AEEA is #2A5115. Grayscale: #C0C0C0. Windows color (decimal): -2773270 or 15380181. OLE color: 15380181.

HSL color Cylindrical-coordinate representation of color #D5AEEA: hue angle of 279º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D5AEEA is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 174 234 -
CMYK 0.09 0.26 0 0.08
HSL 279º 0.59% 0.8% -
HSV(B) 279º 0.26% 0.92% -
XYZ 57.43 50.36 84.54 -
YUV 192.5 151.42 142.62 -
System Red Green Blue C M Y K H S L
Decimal 213 174 234 0.09 0.26 0 0.08 279 0.59 0.8
Hex D5 AE EA 9 1A 0 8 117 3B 50
Octal 325 256 352 11 32 0 10 427 73 120
Binary 11010101 10101110 11101010 1001 11010 0 1000 100010111 111011 1010000

Color Harmonies of #D5AEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AEEA

Black with #D5AEEA

Text Example


Text Example

White with #D5AEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AEEA; }

 p { color: rgb(213,174,234); }

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

background-color css

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

 a { background-color: rgb(213,174,234); }

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

border-color css

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

 span { border-color: rgb(213,174,234); }

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