Html Css Color HEX #D4AAEB Wisteria

📋 copy color: '#D4AAEB'

red 212 ◦ green 170 ◦ blue 235

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

Shades of Wisteria #D4AAEB

Tints of Wisteria #D4AAEB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.55%

 BLUE value IS 235 (92.19% from 255) = 38.09%

R = 34.36%
G = 27.55%
B = 38.09%

CMYK

 C value IS 0.10

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D4AAEB (or 0xD4AAEB) is known color: Wisteria. HEX triplet: D4, AA and EB. RGB value is (212,170,235). Sum of RGB (Red+Green+Blue) = 212+170+235=617 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.36% from 617); Green value is 170 (66.80% from 255 or 27.55% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #D4AAEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4AAEB is #2B5514. Grayscale: #BDBDBD. Windows color (decimal): -2839829 or 15444692. OLE color: 15444692.

HSL color Cylindrical-coordinate representation of color #D4AAEB: hue angle of 278.77º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D4AAEB is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 170 235 -
CMYK 0.10 0.28 0 0.08
HSL 278.77º 0.62% 0.79% -
HSV(B) 278.77º 0.28% 0.92% -
XYZ 56.52 48.74 85.03 -
YUV 189.97 153.41 143.71 -
System Red Green Blue C M Y K H S L
Decimal 212 170 235 0.10 0.28 0 0.08 278.77 0.62 0.79
Hex D4 AA EB A 1C 0 8 117 3E 4F
Octal 324 252 353 12 34 0 10 427 76 117
Binary 11010100 10101010 11101011 1010 11100 0 1000 100010111 111110 1001111

Color Harmonies of #D4AAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AAEB

Black with #D4AAEB

Text Example


Text Example

White with #D4AAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AAEB; }

 p { color: rgb(212,170,235); }

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

background-color css

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

 a { background-color: rgb(212,170,235); }

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

border-color css

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

 span { border-color: rgb(212,170,235); }

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