Html Css Color HEX #D6AEE8 Wisteria

📋 copy color: '#D6AEE8'

red 214 ◦ green 174 ◦ blue 232

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

Shades of Wisteria #D6AEE8

Tints of Wisteria #D6AEE8

RGB

 RED value IS 214 (83.98% from 255) = 34.52%

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

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

R = 34.52%
G = 28.06%
B = 37.42%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D6AEE8 (or 0xD6AEE8) is known color: Wisteria. HEX triplet: D6, AE and E8. RGB value is (214,174,232). Sum of RGB (Red+Green+Blue) = 214+174+232=620 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.52% from 620); Green value is 174 (68.36% from 255 or 28.06% from 620); Blue value is 232 (91.02% from 255 or 37.42% from 620); Max value from RGB is 232 - color contains mainly: blue. Hex color #D6AEE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6AEE8 is #295117. Grayscale: #C0C0C0. Windows color (decimal): -2707736 or 15249110. OLE color: 15249110.

HSL color Cylindrical-coordinate representation of color #D6AEE8: hue angle of 281.38º 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 #D6AEE8 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 214 174 232 -
CMYK 0.08 0.25 0 0.09
HSL 281.38º 0.56% 0.8% -
HSV(B) 281.38º 0.25% 0.91% -
XYZ 57.43 50.39 83.04 -
YUV 192.57 150.25 143.28 -
System Red Green Blue C M Y K H S L
Decimal 214 174 232 0.08 0.25 0 0.09 281.38 0.56 0.8
Hex D6 AE E8 8 19 0 9 119 38 50
Octal 326 256 350 10 31 0 11 431 70 120
Binary 11010110 10101110 11101000 1000 11001 0 1001 100011001 111000 1010000

Color Harmonies of #D6AEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AEE8

Black with #D6AEE8

Text Example


Text Example

White with #D6AEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AEE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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