Html Css Color HEX #DBA8E0 Plum

📋 copy color: '#DBA8E0'

red 219 ◦ green 168 ◦ blue 224

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

Shades of Plum #DBA8E0

Tints of Plum #DBA8E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.66%

R = 35.84%
G = 27.5%
B = 36.66%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DBA8E0 (or 0xDBA8E0) is known color: Plum. HEX triplet: DB, A8 and E0. RGB value is (219,168,224). Sum of RGB (Red+Green+Blue) = 219+168+224=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 168 (66.02% from 255 or 27.50% from 611); Blue value is 224 (87.89% from 255 or 36.66% from 611); Max value from RGB is 224 - color contains mainly: blue. Hex color #DBA8E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA8E0 is #24571F. Grayscale: #BDBDBD. Windows color (decimal): -2381600 or 14723291. OLE color: 14723291.

HSL color Cylindrical-coordinate representation of color #DBA8E0: hue angle of 294.64º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBA8E0 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 168 224 -
CMYK 0.02 0.25 0 0.12
HSL 294.64º 0.47% 0.77% -
HSV(B) 294.64º 0.25% 0.88% -
XYZ 56.67 48.45 76.89 -
YUV 189.63 147.4 148.95 -
System Red Green Blue C M Y K H S L
Decimal 219 168 224 0.02 0.25 0 0.12 294.64 0.47 0.77
Hex DB A8 E0 2 19 0 C 127 2F 4D
Octal 333 250 340 2 31 0 14 447 57 115
Binary 11011011 10101000 11100000 10 11001 0 1100 100100111 101111 1001101

Color Harmonies of #DBA8E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA8E0

Black with #DBA8E0

Text Example


Text Example

White with #DBA8E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA8E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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