Html Css Color HEX #D8A4EB Wisteria

📋 copy color: '#D8A4EB'

red 216 ◦ green 164 ◦ blue 235

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

Shades of Wisteria #D8A4EB

Tints of Wisteria #D8A4EB

RGB

 RED value IS 216 (84.77% from 255) = 35.12%

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

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

R = 35.12%
G = 26.67%
B = 38.21%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D8A4EB (or 0xD8A4EB) is known color: Wisteria. HEX triplet: D8, A4 and EB. RGB value is (216,164,235). Sum of RGB (Red+Green+Blue) = 216+164+235=615 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.12% from 615); Green value is 164 (64.45% from 255 or 26.67% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #D8A4EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8A4EB is #275B14. Grayscale: #BBBBBB. Windows color (decimal): -2579221 or 15443160. OLE color: 15443160.

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

Color convert

RGB 216 164 235 -
CMYK 0.08 0.30 0 0.08
HSL 283.94º 0.64% 0.78% -
HSV(B) 283.94º 0.3% 0.92% -
XYZ 56.59 47.15 84.72 -
YUV 187.64 154.73 148.23 -
System Red Green Blue C M Y K H S L
Decimal 216 164 235 0.08 0.30 0 0.08 283.94 0.64 0.78
Hex D8 A4 EB 8 1E 0 8 11C 40 4E
Octal 330 244 353 10 36 0 10 434 100 116
Binary 11011000 10100100 11101011 1000 11110 0 1000 100011100 1000000 1001110

Color Harmonies of #D8A4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A4EB

Black with #D8A4EB

Text Example


Text Example

White with #D8A4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A4EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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