#D09EFE

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

Shades of Mauve #D09EFE

Tints of Mauve #D09EFE

Color information

#D09EFE (or 0xD09EFE) is unknown color: approx Mauve. HEX triplet: D0, 9E and FE. RGB value is (208,158,254). Sum of RGB (Red+Green+Blue) = 208+158+254=620 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.55% from 620); Green value is 158 (62.11% from 255 or 25.48% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #D09EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09EFE is #2F6101. Grayscale: #B7B7B7. Windows color (decimal): -3105026 or 16686800. OLE color: 16686800.

HSL color Cylindrical-coordinate representation of color #D09EFE: hue angle of 271.25º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D09EFE is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB208158254-
CMYK0.180.3800.00
HSL271.25º97.96%80.78%-
HSV(B)271.25º37.8%99.61%-
XYZ56.1345.0299.5-
YUV183.89167.56145.19-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.55%
GREEN value IS 158 (62.11% from 255) = 25.48%
BLUE value IS 254 (99.61% from 255) = 40.97%
R=33.55%
G=25.48%
B=40.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2081582540.180.3800.00271.2597.9680.78
HexD09EFE12260010f6251
Octal320236376224600417142121
Binary110100001001111011111110100101001100010000111111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09EFE; }

 p { color: rgb(208,158,254); }

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

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

 a { background-color: rgb(208,158,254); }

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

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

 span { border-color: rgb(208,158,254); }

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