#DABAEE

Color #DABAEE Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #DABAEE

Tints of Mauve #DABAEE

Color information

#DABAEE (or 0xDABAEE) is unknown color: approx Mauve. HEX triplet: DA, BA and EE. RGB value is (218,186,238). Sum of RGB (Red+Green+Blue) = 218+186+238=642 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.96% from 642); Green value is 186 (73.05% from 255 or 28.97% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: blue. Hex color #DABAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABAEE is #254511. Grayscale: #C9C9C9. Windows color (decimal): -2442514 or 15645402. OLE color: 15645402.

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

Color convert

RGB218186238-
CMYK0.080.2200.07
HSL276.92º60.47%83.14%-
HSV(B)276.92º21.85%93.33%-
XYZ61.956.288.47-
YUV201.5148.6139.77-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.96%
GREEN value IS 186 (73.05% from 255) = 28.97%
BLUE value IS 238 (93.36% from 255) = 37.07%
R=33.96%
G=28.97%
B=37.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2181862380.080.2200.07276.9260.4783.14
HexDABAEE816071153c53
Octal33227235610260742574123
Binary11011010101110101110111010001011001111000101011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABAEE; }

 p { color: rgb(218,186,238); }

 H1.HeaderClassName
 {
   color: #DABAEE;
 }
 .AnyTagClassName
 {
   color: #DABAEE;
 }
</style>
background-color css

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

 a { background-color: rgb(218,186,238); }

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

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

 span { border-color: rgb(218,186,238); }

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