Html Css Color HEX #D0AEFA Mauve

📋 copy color: '#D0AEFA'

red 208 ◦ green 174 ◦ blue 250

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

Shades of Mauve #D0AEFA

Tints of Mauve #D0AEFA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.53%

 BLUE value IS 250 (98.05% from 255) = 39.56%

R = 32.91%
G = 27.53%
B = 39.56%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D0AEFA (or 0xD0AEFA) is known color: Mauve. HEX triplet: D0, AE and FA. RGB value is (208,174,250). Sum of RGB (Red+Green+Blue) = 208+174+250=632 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.91% from 632); Green value is 174 (68.36% from 255 or 27.53% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #D0AEFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0AEFA is #2F5105. Grayscale: #C0C0C0. Windows color (decimal): -3100934 or 16428752. OLE color: 16428752.

HSL color Cylindrical-coordinate representation of color #D0AEFA: hue angle of 266.84º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0AEFA is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 174 250 -
CMYK 0.17 0.30 0 0.02
HSL 266.84º 0.88% 0.83% -
HSV(B) 266.84º 0.3% 0.98% -
XYZ 58.4 50.58 97.13 -
YUV 192.83 160.26 138.82 -
System Red Green Blue C M Y K H S L
Decimal 208 174 250 0.17 0.30 0 0.02 266.84 0.88 0.83
Hex D0 AE FA 11 1E 0 2 10B 58 53
Octal 320 256 372 21 36 0 2 413 130 123
Binary 11010000 10101110 11111010 10001 11110 0 10 100001011 1011000 1010011

Color Harmonies of #D0AEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AEFA

Black with #D0AEFA

Text Example


Text Example

White with #D0AEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AEFA; }

 p { color: rgb(208,174,250); }

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

background-color css

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

 a { background-color: rgb(208,174,250); }

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

border-color css

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

 span { border-color: rgb(208,174,250); }

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