Html Css Color HEX #DBAEFA Mauve

📋 copy color: '#DBAEFA'

red 219 ◦ green 174 ◦ blue 250

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

Shades of Mauve #DBAEFA

Tints of Mauve #DBAEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.88%

R = 34.06%
G = 27.06%
B = 38.88%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBAEFA (or 0xDBAEFA) is known color: Mauve. HEX triplet: DB, AE and FA. RGB value is (219,174,250). Sum of RGB (Red+Green+Blue) = 219+174+250=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 174 (68.36% from 255 or 27.06% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBAEFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAEFA is #245105. Grayscale: #C3C3C3. Windows color (decimal): -2380038 or 16428763. OLE color: 16428763.

HSL color Cylindrical-coordinate representation of color #DBAEFA: hue angle of 275.53º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBAEFA is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 174 250 -
CMYK 0.12 0.30 0 0.02
HSL 275.53º 0.88% 0.83% -
HSV(B) 275.53º 0.3% 0.98% -
XYZ 61.6 52.23 97.28 -
YUV 196.12 158.41 144.32 -
System Red Green Blue C M Y K H S L
Decimal 219 174 250 0.12 0.30 0 0.02 275.53 0.88 0.83
Hex DB AE FA C 1E 0 2 114 58 53
Octal 333 256 372 14 36 0 2 424 130 123
Binary 11011011 10101110 11111010 1100 11110 0 10 100010100 1011000 1010011

Color Harmonies of #DBAEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAEFA

Black with #DBAEFA

Text Example


Text Example

White with #DBAEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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