Html Css Color HEX #D09EFB Mauve

📋 copy color: '#D09EFB'

red 208 ◦ green 158 ◦ blue 251

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

Shades of Mauve #D09EFB

Tints of Mauve #D09EFB

RGB

 RED value IS 208 (81.64% from 255) = 33.71%

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

 BLUE value IS 251 (98.44% from 255) = 40.68%

R = 33.71%
G = 25.61%
B = 40.68%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D09EFB (or 0xD09EFB) is known color: Mauve. HEX triplet: D0, 9E and FB. RGB value is (208,158,251). Sum of RGB (Red+Green+Blue) = 208+158+251=617 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.71% from 617); Green value is 158 (62.11% from 255 or 25.61% 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 #D09EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09EFB is #2F6104. Grayscale: #B7B7B7. Windows color (decimal): -3105029 or 16490192. OLE color: 16490192.

HSL color Cylindrical-coordinate representation of color #D09EFB: hue angle of 272.26º 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 #D09EFB is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 158 251 -
CMYK 0.17 0.37 0 0.02
HSL 272.26º 0.92% 0.8% -
HSV(B) 272.26º 0.37% 0.98% -
XYZ 55.65 44.83 96.99 -
YUV 183.55 166.07 145.44 -
System Red Green Blue C M Y K H S L
Decimal 208 158 251 0.17 0.37 0 0.02 272.26 0.92 0.8
Hex D0 9E FB 11 25 0 2 110 5C 50
Octal 320 236 373 21 45 0 2 420 134 120
Binary 11010000 10011110 11111011 10001 100101 0 10 100010000 1011100 1010000

Color Harmonies of #D09EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09EFB

Black with #D09EFB

Text Example


Text Example

White with #D09EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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