#D69EFB

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

Shades of Mauve #D69EFB

Tints of Mauve #D69EFB

Color information

#D69EFB (or 0xD69EFB) is unknown color: approx Mauve. HEX triplet: D6, 9E and FB. RGB value is (214,158,251). Sum of RGB (Red+Green+Blue) = 214+158+251=623 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.35% from 623); Green value is 158 (62.11% from 255 or 25.36% from 623); Blue value is 251 (98.44% from 255 or 40.29% from 623); Max value from RGB is 251 - color contains mainly: blue. Hex color #D69EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69EFB is #296104. Grayscale: #B9B9B9. Windows color (decimal): -2711813 or 16490198. OLE color: 16490198.

HSL color Cylindrical-coordinate representation of color #D69EFB: hue angle of 276.13º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D69EFB is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB214158251-
CMYK0.150.3700.02
HSL276.13º92.08%80.2%-
HSV(B)276.13º37.05%98.43%-
XYZ57.3745.7197.07-
YUV185.35165.05148.44-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.35%
GREEN value IS 158 (62.11% from 255) = 25.36%
BLUE value IS 251 (98.44% from 255) = 40.29%
R=34.35%
G=25.36%
B=40.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2141582510.150.3700.02276.1392.0880.2
HexD69EFBF25021145c50
Octal326236373174502424134120
Binary110101101001111011111011111110010101010001010010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69EFB; }

 p { color: rgb(214,158,251); }

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

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

 a { background-color: rgb(214,158,251); }

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

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

 span { border-color: rgb(214,158,251); }

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