Html Css Color HEX #DBA6EB Plum

📋 copy color: '#DBA6EB'

red 219 ◦ green 166 ◦ blue 235

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

Shades of Plum #DBA6EB

Tints of Plum #DBA6EB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.77%

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

R = 35.32%
G = 26.77%
B = 37.9%

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

#DBA6EB (or 0xDBA6EB) is known color: Plum. HEX triplet: DB, A6 and EB. RGB value is (219,166,235). Sum of RGB (Red+Green+Blue) = 219+166+235=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 166 (65.23% from 255 or 26.77% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBA6EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA6EB is #245914. Grayscale: #BDBDBD. Windows color (decimal): -2382101 or 15443675. OLE color: 15443675.

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

Color convert

RGB 219 166 235 -
CMYK 0.07 0.29 0 0.08
HSL 286.09º 0.63% 0.79% -
HSV(B) 286.09º 0.29% 0.92% -
XYZ 57.85 48.33 84.88 -
YUV 189.71 153.56 148.89 -
System Red Green Blue C M Y K H S L
Decimal 219 166 235 0.07 0.29 0 0.08 286.09 0.63 0.79
Hex DB A6 EB 7 1D 0 8 11E 3F 4F
Octal 333 246 353 7 35 0 10 436 77 117
Binary 11011011 10100110 11101011 111 11101 0 1000 100011110 111111 1001111

Color Harmonies of #DBA6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA6EB

Black with #DBA6EB

Text Example


Text Example

White with #DBA6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA6EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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