Html Css Color HEX #D69EFE Mauve

📋 copy color: '#D69EFE'

red 214 ◦ green 158 ◦ blue 254

#D69EFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #D69EFE

Tints of Mauve #D69EFE

RGB

 RED value IS 214 (83.98% from 255) = 34.19%

 GREEN value IS 158 (62.11% from 255) = 25.24%

 BLUE value IS 254 (99.61% from 255) = 40.58%

R = 34.19%
G = 25.24%
B = 40.58%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D69EFE (or 0xD69EFE) is known color: Mauve. HEX triplet: D6, 9E and FE. RGB value is (214,158,254). Sum of RGB (Red+Green+Blue) = 214+158+254=626 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.19% from 626); Green value is 158 (62.11% from 255 or 25.24% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #D69EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69EFE is #296101. Grayscale: #B9B9B9. Windows color (decimal): -2711810 or 16686806. OLE color: 16686806.

HSL color Cylindrical-coordinate representation of color #D69EFE: hue angle of 275º 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 #D69EFE is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 214 158 254 -
CMYK 0.16 0.38 0 0.00
HSL 275º 0.98% 0.81% -
HSV(B) 275º 0.38% 1% -
XYZ 57.85 45.91 99.58 -
YUV 185.69 166.55 148.19 -
System Red Green Blue C M Y K H S L
Decimal 214 158 254 0.16 0.38 0 0.00 275 0.98 0.81
Hex D6 9E FE 10 26 0 0 113 62 51
Octal 326 236 376 20 46 0 0 423 142 121
Binary 11010110 10011110 11111110 10000 100110 0 0 100010011 1100010 1010001

Color Harmonies of #D69EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69EFE

Black with #D69EFE

Text Example


Text Example

White with #D69EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69EFE; }

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

 H1.HeaderClassName
 {
   color: #D69EFE;
 }
 .AnyTagClassName
 {
   color: #D69EFE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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