Html Css Color HEX #D2A8EB Wisteria

📋 copy color: '#D2A8EB'

red 210 ◦ green 168 ◦ blue 235

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

Shades of Wisteria #D2A8EB

Tints of Wisteria #D2A8EB

RGB

 RED value IS 210 (82.42% from 255) = 34.26%

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

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

R = 34.26%
G = 27.41%
B = 38.34%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D2A8EB (or 0xD2A8EB) is known color: Wisteria. HEX triplet: D2, A8 and EB. RGB value is (210,168,235). Sum of RGB (Red+Green+Blue) = 210+168+235=613 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.26% from 613); Green value is 168 (66.02% from 255 or 27.41% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #D2A8EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2A8EB is #2D5714. Grayscale: #BBBBBB. Windows color (decimal): -2971413 or 15444178. OLE color: 15444178.

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

Color convert

RGB 210 168 235 -
CMYK 0.11 0.29 0 0.08
HSL 277.61º 0.63% 0.79% -
HSV(B) 277.61º 0.29% 0.92% -
XYZ 55.58 47.71 84.88 -
YUV 188.2 154.41 143.55 -
System Red Green Blue C M Y K H S L
Decimal 210 168 235 0.11 0.29 0 0.08 277.61 0.63 0.79
Hex D2 A8 EB B 1D 0 8 116 3F 4F
Octal 322 250 353 13 35 0 10 426 77 117
Binary 11010010 10101000 11101011 1011 11101 0 1000 100010110 111111 1001111

Color Harmonies of #D2A8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A8EB

Black with #D2A8EB

Text Example


Text Example

White with #D2A8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A8EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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