#D698FF

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

Shades of Mauve #D698FF

Tints of Mauve #D698FF

Color information

#D698FF (or 0xD698FF) is unknown color: approx Mauve. HEX triplet: D6, 98 and FF. RGB value is (214,152,255). Sum of RGB (Red+Green+Blue) = 214+152+255=621 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.46% from 621); Green value is 152 (59.77% from 255 or 24.48% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #D698FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D698FF is #296700. Grayscale: #B5B5B5. Windows color (decimal): -2713345 or 16750806. OLE color: 16750806.

HSL color Cylindrical-coordinate representation of color #D698FF: hue angle of 276.12º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D698FF is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB214152255-
CMYK0.160.4000
HSL276.12º100%79.8%-
HSV(B)276.12º40.39%100%-
XYZ57.0143.97100.09-
YUV182.28169.04150.62-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.46%
GREEN value IS 152 (59.77% from 255) = 24.48%
BLUE value IS 255 (100% from 255) = 41.06%
R=34.46%
G=24.48%
B=41.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2141522550.160.4000276.1210079.8
HexD698FF1028001146450
Octal326230377205000424144120
Binary110101101001100011111111100001010000010001010011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D698FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D698FF; }

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

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

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

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

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

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

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

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