Html Css Color HEX #D1AAED Wisteria

📋 copy color: '#D1AAED'

red 209 ◦ green 170 ◦ blue 237

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

Shades of Wisteria #D1AAED

Tints of Wisteria #D1AAED

RGB

 RED value IS 209 (82.03% from 255) = 33.93%

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

 BLUE value IS 237 (92.97% from 255) = 38.47%

R = 33.93%
G = 27.6%
B = 38.47%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D1AAED (or 0xD1AAED) is known color: Wisteria. HEX triplet: D1, AA and ED. RGB value is (209,170,237). Sum of RGB (Red+Green+Blue) = 209+170+237=616 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.93% from 616); Green value is 170 (66.80% from 255 or 27.60% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 237 - color contains mainly: blue. Hex color #D1AAED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1AAED is #2E5512. Grayscale: #BDBDBD. Windows color (decimal): -3036435 or 15575761. OLE color: 15575761.

HSL color Cylindrical-coordinate representation of color #D1AAED: hue angle of 274.93º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D1AAED is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 170 237 -
CMYK 0.12 0.28 0 0.07
HSL 274.93º 0.65% 0.8% -
HSV(B) 274.93º 0.28% 0.93% -
XYZ 55.96 48.42 86.52 -
YUV 189.3 154.92 142.05 -
System Red Green Blue C M Y K H S L
Decimal 209 170 237 0.12 0.28 0 0.07 274.93 0.65 0.8
Hex D1 AA ED C 1C 0 7 113 41 50
Octal 321 252 355 14 34 0 7 423 101 120
Binary 11010001 10101010 11101101 1100 11100 0 111 100010011 1000001 1010000

Color Harmonies of #D1AAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AAED

Black with #D1AAED

Text Example


Text Example

White with #D1AAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AAED; }

 p { color: rgb(209,170,237); }

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

background-color css

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

 a { background-color: rgb(209,170,237); }

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

border-color css

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

 span { border-color: rgb(209,170,237); }

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