Html Css Color HEX #DBADE3 Plum

📋 copy color: '#DBADE3'

red 219 ◦ green 173 ◦ blue 227

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

Shades of Plum #DBADE3

Tints of Plum #DBADE3

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.95%

 BLUE value IS 227 (89.06% from 255) = 36.67%

R = 35.38%
G = 27.95%
B = 36.67%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DBADE3 (or 0xDBADE3) is known color: Plum. HEX triplet: DB, AD and E3. RGB value is (219,173,227). Sum of RGB (Red+Green+Blue) = 219+173+227=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 227 (89.06% from 255 or 36.67% from 619); Max value from RGB is 227 - color contains mainly: blue. Hex color #DBADE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADE3 is #24521C. Grayscale: #C0C0C0. Windows color (decimal): -2380317 or 14921179. OLE color: 14921179.

HSL color Cylindrical-coordinate representation of color #DBADE3: hue angle of 291.11º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBADE3 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 173 227 -
CMYK 0.04 0.24 0 0.11
HSL 291.11º 0.49% 0.78% -
HSV(B) 291.11º 0.24% 0.89% -
XYZ 58.02 50.49 79.36 -
YUV 192.91 147.24 146.61 -
System Red Green Blue C M Y K H S L
Decimal 219 173 227 0.04 0.24 0 0.11 291.11 0.49 0.78
Hex DB AD E3 4 18 0 B 123 31 4E
Octal 333 255 343 4 30 0 13 443 61 116
Binary 11011011 10101101 11100011 100 11000 0 1011 100100011 110001 1001110

Color Harmonies of #DBADE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBADE3

Black with #DBADE3

Text Example


Text Example

White with #DBADE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBADE3; }

 p { color: rgb(219,173,227); }

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

background-color css

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

 a { background-color: rgb(219,173,227); }

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

border-color css

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

 span { border-color: rgb(219,173,227); }

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