Html Css Color HEX #D4ADEA Wisteria

📋 copy color: '#D4ADEA'

red 212 ◦ green 173 ◦ blue 234

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

Shades of Wisteria #D4ADEA

Tints of Wisteria #D4ADEA

RGB

 RED value IS 212 (83.2% from 255) = 34.25%

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

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

R = 34.25%
G = 27.95%
B = 37.8%

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

#D4ADEA (or 0xD4ADEA) is known color: Wisteria. HEX triplet: D4, AD and EA. RGB value is (212,173,234). Sum of RGB (Red+Green+Blue) = 212+173+234=619 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.25% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #D4ADEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ADEA is #2B5215. Grayscale: #BFBFBF. Windows color (decimal): -2839062 or 15379924. OLE color: 15379924.

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

Color convert

RGB 212 173 234 -
CMYK 0.09 0.26 0 0.08
HSL 278.36º 0.59% 0.8% -
HSV(B) 278.36º 0.26% 0.92% -
XYZ 56.95 49.82 84.46 -
YUV 191.62 151.92 142.54 -
System Red Green Blue C M Y K H S L
Decimal 212 173 234 0.09 0.26 0 0.08 278.36 0.59 0.8
Hex D4 AD EA 9 1A 0 8 116 3B 50
Octal 324 255 352 11 32 0 10 426 73 120
Binary 11010100 10101101 11101010 1001 11010 0 1000 100010110 111011 1010000

Color Harmonies of #D4ADEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ADEA

Black with #D4ADEA

Text Example


Text Example

White with #D4ADEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ADEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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