Html Css Color HEX #D8A8EB Wisteria

📋 copy color: '#D8A8EB'

red 216 ◦ green 168 ◦ blue 235

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

Shades of Wisteria #D8A8EB

Tints of Wisteria #D8A8EB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.14%

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

R = 34.89%
G = 27.14%
B = 37.96%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D8A8EB (or 0xD8A8EB) is known color: Wisteria. HEX triplet: D8, A8 and EB. RGB value is (216,168,235). Sum of RGB (Red+Green+Blue) = 216+168+235=619 (81% of max value = 765). Red value is 216 (84.77% from 255 or 34.89% from 619); Green value is 168 (66.02% from 255 or 27.14% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 235 - color contains mainly: blue. Hex color #D8A8EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8A8EB is #275714. Grayscale: #BDBDBD. Windows color (decimal): -2578197 or 15444184. OLE color: 15444184.

HSL color Cylindrical-coordinate representation of color #D8A8EB: hue angle of 282.99º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D8A8EB is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 216 168 235 -
CMYK 0.08 0.29 0 0.08
HSL 282.99º 0.63% 0.79% -
HSV(B) 282.99º 0.29% 0.92% -
XYZ 57.32 48.6 84.96 -
YUV 189.99 153.4 146.55 -
System Red Green Blue C M Y K H S L
Decimal 216 168 235 0.08 0.29 0 0.08 282.99 0.63 0.79
Hex D8 A8 EB 8 1D 0 8 11B 3F 4F
Octal 330 250 353 10 35 0 10 433 77 117
Binary 11011000 10101000 11101011 1000 11101 0 1000 100011011 111111 1001111

Color Harmonies of #D8A8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A8EB

Black with #D8A8EB

Text Example


Text Example

White with #D8A8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A8EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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