Html Css Color HEX #DBAEEE Mauve

📋 copy color: '#DBAEEE'

red 219 ◦ green 174 ◦ blue 238

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

Shades of Mauve #DBAEEE

Tints of Mauve #DBAEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.72%

R = 34.71%
G = 27.58%
B = 37.72%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DBAEEE (or 0xDBAEEE) is known color: Mauve. HEX triplet: DB, AE and EE. RGB value is (219,174,238). Sum of RGB (Red+Green+Blue) = 219+174+238=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 174 (68.36% from 255 or 27.58% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBAEEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAEEE is #245111. Grayscale: #C2C2C2. Windows color (decimal): -2380050 or 15642331. OLE color: 15642331.

HSL color Cylindrical-coordinate representation of color #DBAEEE: hue angle of 282.19º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBAEEE is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 174 238 -
CMYK 0.08 0.27 0 0.07
HSL 282.19º 0.65% 0.81% -
HSV(B) 282.19º 0.27% 0.93% -
XYZ 59.78 51.51 87.68 -
YUV 194.75 152.41 145.3 -
System Red Green Blue C M Y K H S L
Decimal 219 174 238 0.08 0.27 0 0.07 282.19 0.65 0.81
Hex DB AE EE 8 1B 0 7 11A 41 51
Octal 333 256 356 10 33 0 7 432 101 121
Binary 11011011 10101110 11101110 1000 11011 0 111 100011010 1000001 1010001

Color Harmonies of #DBAEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAEEE

Black with #DBAEEE

Text Example


Text Example

White with #DBAEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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