Html Css Color HEX #D6ADEA Wisteria

📋 copy color: '#D6ADEA'

red 214 ◦ green 173 ◦ blue 234

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

Shades of Wisteria #D6ADEA

Tints of Wisteria #D6ADEA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.86%

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

R = 34.46%
G = 27.86%
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

#D6ADEA (or 0xD6ADEA) is known color: Wisteria. HEX triplet: D6, AD and EA. RGB value is (214,173,234). Sum of RGB (Red+Green+Blue) = 214+173+234=621 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.46% from 621); Green value is 173 (67.97% from 255 or 27.86% 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 #D6ADEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ADEA is #295215. Grayscale: #C0C0C0. Windows color (decimal): -2707990 or 15379926. OLE color: 15379926.

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

Color convert

RGB 214 173 234 -
CMYK 0.09 0.26 0 0.08
HSL 280.33º 0.59% 0.8% -
HSV(B) 280.33º 0.26% 0.92% -
XYZ 57.53 50.12 84.48 -
YUV 192.21 151.58 143.54 -
System Red Green Blue C M Y K H S L
Decimal 214 173 234 0.09 0.26 0 0.08 280.33 0.59 0.8
Hex D6 AD EA 9 1A 0 8 118 3B 50
Octal 326 255 352 11 32 0 10 430 73 120
Binary 11010110 10101101 11101010 1001 11010 0 1000 100011000 111011 1010000

Color Harmonies of #D6ADEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ADEA

Black with #D6ADEA

Text Example


Text Example

White with #D6ADEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ADEA; }

 p { color: rgb(214,173,234); }

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

background-color css

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

 a { background-color: rgb(214,173,234); }

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

border-color css

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

 span { border-color: rgb(214,173,234); }

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