Html Css Color HEX #D0AEFE Mauve

📋 copy color: '#D0AEFE'

red 208 ◦ green 174 ◦ blue 254

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

Shades of Mauve #D0AEFE

Tints of Mauve #D0AEFE

RGB

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

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

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

R = 32.7%
G = 27.36%
B = 39.94%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D0AEFE (or 0xD0AEFE) is known color: Mauve. HEX triplet: D0, AE and FE. RGB value is (208,174,254). Sum of RGB (Red+Green+Blue) = 208+174+254=636 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.70% from 636); Green value is 174 (68.36% from 255 or 27.36% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #D0AEFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0AEFE is #2F5101. Grayscale: #C1C1C1. Windows color (decimal): -3100930 or 16690896. OLE color: 16690896.

HSL color Cylindrical-coordinate representation of color #D0AEFE: hue angle of 265.5º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0AEFE is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 208 174 254 -
CMYK 0.18 0.31 0 0.00
HSL 265.5º 0.98% 0.84% -
HSV(B) 265.5º 0.31% 1% -
XYZ 59.04 50.84 100.47 -
YUV 193.29 162.26 138.5 -
System Red Green Blue C M Y K H S L
Decimal 208 174 254 0.18 0.31 0 0.00 265.5 0.98 0.84
Hex D0 AE FE 12 1F 0 0 10A 62 54
Octal 320 256 376 22 37 0 0 412 142 124
Binary 11010000 10101110 11111110 10010 11111 0 0 100001010 1100010 1010100

Color Harmonies of #D0AEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AEFE

Black with #D0AEFE

Text Example


Text Example

White with #D0AEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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