#DABBEE

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

Shades of Mauve #DABBEE

Tints of Mauve #DABBEE

Color information

#DABBEE (or 0xDABBEE) is unknown color: approx Mauve. HEX triplet: DA, BB and EE. RGB value is (218,187,238). Sum of RGB (Red+Green+Blue) = 218+187+238=643 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.90% from 643); Green value is 187 (73.44% from 255 or 29.08% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 238 - color contains mainly: blue. Hex color #DABBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABBEE is #254411. Grayscale: #C9C9C9. Windows color (decimal): -2442258 or 15645658. OLE color: 15645658.

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

Color convert

RGB218187238-
CMYK0.080.2100.07
HSL276.47º60%83.33%-
HSV(B)276.47º21.43%93.33%-
XYZ62.1256.6288.54-
YUV202.08148.27139.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.90%
GREEN value IS 187 (73.44% from 255) = 29.08%
BLUE value IS 238 (93.36% from 255) = 37.01%
R=33.90%
G=29.08%
B=37.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2181872380.080.2100.07276.476083.33
HexDABBEE815071143c53
Octal33227335610250742474123
Binary11011010101110111110111010001010101111000101001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABBEE; }

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

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

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

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

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

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

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

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