Html Css Color HEX #D1AADB Wisteria

📋 copy color: '#D1AADB'

red 209 ◦ green 170 ◦ blue 219

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

Shades of Wisteria #D1AADB

Tints of Wisteria #D1AADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.62%

R = 34.95%
G = 28.43%
B = 36.62%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D1AADB (or 0xD1AADB) is known color: Wisteria. HEX triplet: D1, AA and DB. RGB value is (209,170,219). Sum of RGB (Red+Green+Blue) = 209+170+219=598 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.95% from 598); Green value is 170 (66.80% from 255 or 28.43% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 219 - color contains mainly: blue. Hex color #D1AADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AADB is #2E5524. Grayscale: #BBBBBB. Windows color (decimal): -3036453 or 14396113. OLE color: 14396113.

HSL color Cylindrical-coordinate representation of color #D1AADB: hue angle of 287.76º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D1AADB is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 170 219 -
CMYK 0.05 0.22 0 0.14
HSL 287.76º 0.4% 0.76% -
HSV(B) 287.76º 0.22% 0.86% -
XYZ 53.46 47.42 73.35 -
YUV 187.25 145.92 143.52 -
System Red Green Blue C M Y K H S L
Decimal 209 170 219 0.05 0.22 0 0.14 287.76 0.4 0.76
Hex D1 AA DB 5 16 0 E 120 28 4C
Octal 321 252 333 5 26 0 16 440 50 114
Binary 11010001 10101010 11011011 101 10110 0 1110 100100000 101000 1001100

Color Harmonies of #D1AADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AADB

Black with #D1AADB

Text Example


Text Example

White with #D1AADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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