#D698FB

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

Shades of Mauve #D698FB

Tints of Mauve #D698FB

Color information

#D698FB (or 0xD698FB) is unknown color: approx Mauve. HEX triplet: D6, 98 and FB. RGB value is (214,152,251). Sum of RGB (Red+Green+Blue) = 214+152+251=617 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.68% from 617); Green value is 152 (59.77% from 255 or 24.64% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #D698FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D698FB is #296704. Grayscale: #B5B5B5. Windows color (decimal): -2713349 or 16488662. OLE color: 16488662.

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

Color convert

RGB214152251-
CMYK0.150.3900.02
HSL277.58º92.52%79.02%-
HSV(B)277.58º39.44%98.43%-
XYZ56.3743.7296.73-
YUV181.82167.04150.95-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.68%
GREEN value IS 152 (59.77% from 255) = 24.64%
BLUE value IS 251 (98.44% from 255) = 40.68%
R=34.68%
G=24.64%
B=40.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2141522510.150.3900.02277.5892.5279.02
HexD698FBF27021165d4f
Octal326230373174702426135117
Binary110101101001100011111011111110011101010001011010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D698FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D698FB; }

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

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

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

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

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

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

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

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