Html Css Color HEX #DBAEE1 Plum

📋 copy color: '#DBAEE1'

red 219 ◦ green 174 ◦ blue 225

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

Shades of Plum #DBAEE1

Tints of Plum #DBAEE1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.16%

 BLUE value IS 225 (88.28% from 255) = 36.41%

R = 35.44%
G = 28.16%
B = 36.41%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DBAEE1 (or 0xDBAEE1) is known color: Plum. HEX triplet: DB, AE and E1. RGB value is (219,174,225). Sum of RGB (Red+Green+Blue) = 219+174+225=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 174 (68.36% from 255 or 28.16% from 618); Blue value is 225 (88.28% from 255 or 36.41% from 618); Max value from RGB is 225 - color contains mainly: blue. Hex color #DBAEE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAEE1 is #24511E. Grayscale: #C1C1C1. Windows color (decimal): -2380063 or 14790363. OLE color: 14790363.

HSL color Cylindrical-coordinate representation of color #DBAEE1: hue angle of 292.94º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBAEE1 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 174 225 -
CMYK 0.03 0.23 0 0.12
HSL 292.94º 0.46% 0.78% -
HSV(B) 292.94º 0.23% 0.88% -
XYZ 57.94 50.77 77.98 -
YUV 193.27 145.91 146.35 -
System Red Green Blue C M Y K H S L
Decimal 219 174 225 0.03 0.23 0 0.12 292.94 0.46 0.78
Hex DB AE E1 3 17 0 C 125 2E 4E
Octal 333 256 341 3 27 0 14 445 56 116
Binary 11011011 10101110 11100001 11 10111 0 1100 100100101 101110 1001110

Color Harmonies of #DBAEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAEE1

Black with #DBAEE1

Text Example


Text Example

White with #DBAEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAEE1; }

 p { color: rgb(219,174,225); }

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

background-color css

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

 a { background-color: rgb(219,174,225); }

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

border-color css

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

 span { border-color: rgb(219,174,225); }

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