Html Css Color HEX #D1A4EB Wisteria

📋 copy color: '#D1A4EB'

red 209 ◦ green 164 ◦ blue 235

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

Shades of Wisteria #D1A4EB

Tints of Wisteria #D1A4EB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.97%

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

R = 34.38%
G = 26.97%
B = 38.65%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D1A4EB (or 0xD1A4EB) is known color: Wisteria. HEX triplet: D1, A4 and EB. RGB value is (209,164,235). Sum of RGB (Red+Green+Blue) = 209+164+235=608 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.38% from 608); Green value is 164 (64.45% from 255 or 26.97% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #D1A4EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1A4EB is #2E5B14. Grayscale: #B9B9B9. Windows color (decimal): -3037973 or 15443153. OLE color: 15443153.

HSL color Cylindrical-coordinate representation of color #D1A4EB: hue angle of 278.03º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D1A4EB is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 164 235 -
CMYK 0.11 0.30 0 0.08
HSL 278.03º 0.64% 0.78% -
HSV(B) 278.03º 0.3% 0.92% -
XYZ 54.57 46.1 84.62 -
YUV 185.55 155.91 144.73 -
System Red Green Blue C M Y K H S L
Decimal 209 164 235 0.11 0.30 0 0.08 278.03 0.64 0.78
Hex D1 A4 EB B 1E 0 8 116 40 4E
Octal 321 244 353 13 36 0 10 426 100 116
Binary 11010001 10100100 11101011 1011 11110 0 1000 100010110 1000000 1001110

Color Harmonies of #D1A4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A4EB

Black with #D1A4EB

Text Example


Text Example

White with #D1A4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A4EB; }

 p { color: rgb(209,164,235); }

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

background-color css

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

 a { background-color: rgb(209,164,235); }

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

border-color css

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

 span { border-color: rgb(209,164,235); }

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