Html Css Color HEX #DBAEDC Plum

📋 copy color: '#DBAEDC'

red 219 ◦ green 174 ◦ blue 220

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

Shades of Plum #DBAEDC

Tints of Plum #DBAEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.89%

R = 35.73%
G = 28.38%
B = 35.89%

CMYK

 C value IS 0.00

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DBAEDC (or 0xDBAEDC) is known color: Plum. HEX triplet: DB, AE and DC. RGB value is (219,174,220). Sum of RGB (Red+Green+Blue) = 219+174+220=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 174 (68.36% from 255 or 28.38% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBAEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAEDC is #245123. Grayscale: #C0C0C0. Windows color (decimal): -2380068 or 14462683. OLE color: 14462683.

HSL color Cylindrical-coordinate representation of color #DBAEDC: hue angle of 298.7º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBAEDC is Cyan = 0.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 174 220 -
CMYK 0.00 0.21 0 0.14
HSL 298.7º 0.4% 0.77% -
HSV(B) 298.7º 0.21% 0.86% -
XYZ 57.27 50.5 74.44 -
YUV 192.7 143.41 146.76 -
System Red Green Blue C M Y K H S L
Decimal 219 174 220 0.00 0.21 0 0.14 298.7 0.4 0.77
Hex DB AE DC 0 15 0 E 12B 28 4D
Octal 333 256 334 0 25 0 16 453 50 115
Binary 11011011 10101110 11011100 0 10101 0 1110 100101011 101000 1001101

Color Harmonies of #DBAEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAEDC

Black with #DBAEDC

Text Example


Text Example

White with #DBAEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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