#DAABEE

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

Shades of Mauve #DAABEE

Tints of Mauve #DAABEE

Color information

#DAABEE (or 0xDAABEE) is unknown color: approx Mauve. HEX triplet: DA, AB and EE. RGB value is (218,171,238). Sum of RGB (Red+Green+Blue) = 218+171+238=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 171 (67.19% from 255 or 27.27% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAABEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAABEE is #255411. Grayscale: #C0C0C0. Windows color (decimal): -2446354 or 15641562. OLE color: 15641562.

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

Color convert

RGB218171238-
CMYK0.080.2800.07
HSL282.09º66.34%80.2%-
HSV(B)282.09º28.15%93.33%-
XYZ58.9150.287.47-
YUV192.69153.57146.05-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.77%
GREEN value IS 171 (67.19% from 255) = 27.27%
BLUE value IS 238 (93.36% from 255) = 37.96%
R=34.77%
G=27.27%
B=37.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2181712380.080.2800.07282.0966.3480.2
HexDAABEE81C0711a4250
Octal332253356103407432102120
Binary110110101010101111101110100011100011110001101010000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAABEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAABEE; }

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

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

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

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

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

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

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

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