Html Css Color HEX #D8A4EA Wisteria

📋 copy color: '#D8A4EA'

red 216 ◦ green 164 ◦ blue 234

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

Shades of Wisteria #D8A4EA

Tints of Wisteria #D8A4EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.11%

R = 35.18%
G = 26.71%
B = 38.11%

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

#D8A4EA (or 0xD8A4EA) is known color: Wisteria. HEX triplet: D8, A4 and EA. RGB value is (216,164,234). Sum of RGB (Red+Green+Blue) = 216+164+234=614 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.18% from 614); Green value is 164 (64.45% from 255 or 26.71% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #D8A4EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8A4EA is #275B15. Grayscale: #BBBBBB. Windows color (decimal): -2579222 or 15377624. OLE color: 15377624.

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

Color convert

RGB 216 164 234 -
CMYK 0.08 0.30 0 0.08
HSL 284.57º 0.63% 0.78% -
HSV(B) 284.57º 0.3% 0.92% -
XYZ 56.45 47.09 83.96 -
YUV 187.53 154.23 148.31 -
System Red Green Blue C M Y K H S L
Decimal 216 164 234 0.08 0.30 0 0.08 284.57 0.63 0.78
Hex D8 A4 EA 8 1E 0 8 11D 3E 4E
Octal 330 244 352 10 36 0 10 435 76 116
Binary 11011000 10100100 11101010 1000 11110 0 1000 100011101 111110 1001110

Color Harmonies of #D8A4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A4EA

Black with #D8A4EA

Text Example


Text Example

White with #D8A4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A4EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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