Html Css Color HEX #DBAEE0 Plum

📋 copy color: '#DBAEE0'

red 219 ◦ green 174 ◦ blue 224

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

Shades of Plum #DBAEE0

Tints of Plum #DBAEE0

RGB

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

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

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

R = 35.49%
G = 28.2%
B = 36.3%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DBAEE0 (or 0xDBAEE0) is known color: Plum. HEX triplet: DB, AE and E0. RGB value is (219,174,224). Sum of RGB (Red+Green+Blue) = 219+174+224=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 174 (68.36% from 255 or 28.20% from 617); Blue value is 224 (87.89% from 255 or 36.30% from 617); Max value from RGB is 224 - color contains mainly: blue. Hex color #DBAEE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAEE0 is #24511F. Grayscale: #C1C1C1. Windows color (decimal): -2380064 or 14724827. OLE color: 14724827.

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

Color convert

RGB 219 174 224 -
CMYK 0.02 0.22 0 0.12
HSL 294º 0.45% 0.78% -
HSV(B) 294º 0.22% 0.88% -
XYZ 57.8 50.71 77.26 -
YUV 193.16 145.41 146.43 -
System Red Green Blue C M Y K H S L
Decimal 219 174 224 0.02 0.22 0 0.12 294 0.45 0.78
Hex DB AE E0 2 16 0 C 126 2D 4E
Octal 333 256 340 2 26 0 14 446 55 116
Binary 11011011 10101110 11100000 10 10110 0 1100 100100110 101101 1001110

Color Harmonies of #DBAEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAEE0

Black with #DBAEE0

Text Example


Text Example

White with #DBAEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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