Html Css Color HEX #DBA8EB Wisteria

📋 copy color: '#DBA8EB'

red 219 ◦ green 168 ◦ blue 235

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

Shades of Wisteria #DBA8EB

Tints of Wisteria #DBA8EB

RGB

 RED value IS 219 (85.94% from 255) = 35.21%

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

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

R = 35.21%
G = 27.01%
B = 37.78%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DBA8EB (or 0xDBA8EB) is known color: Wisteria. HEX triplet: DB, A8 and EB. RGB value is (219,168,235). Sum of RGB (Red+Green+Blue) = 219+168+235=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 168 (66.02% from 255 or 27.01% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBA8EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA8EB is #245714. Grayscale: #BEBEBE. Windows color (decimal): -2381589 or 15444187. OLE color: 15444187.

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

Color convert

RGB 219 168 235 -
CMYK 0.07 0.29 0 0.08
HSL 285.67º 0.63% 0.79% -
HSV(B) 285.67º 0.29% 0.92% -
XYZ 58.21 49.06 85 -
YUV 190.89 152.9 148.05 -
System Red Green Blue C M Y K H S L
Decimal 219 168 235 0.07 0.29 0 0.08 285.67 0.63 0.79
Hex DB A8 EB 7 1D 0 8 11E 3F 4F
Octal 333 250 353 7 35 0 10 436 77 117
Binary 11011011 10101000 11101011 111 11101 0 1000 100011110 111111 1001111

Color Harmonies of #DBA8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA8EB

Black with #DBA8EB

Text Example


Text Example

White with #DBA8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA8EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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