Html Css Color HEX #D0AEF0 Mauve

📋 copy color: '#D0AEF0'

red 208 ◦ green 174 ◦ blue 240

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

Shades of Mauve #D0AEF0

Tints of Mauve #D0AEF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.59%

R = 33.44%
G = 27.97%
B = 38.59%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D0AEF0 (or 0xD0AEF0) is known color: Mauve. HEX triplet: D0, AE and F0. RGB value is (208,174,240). Sum of RGB (Red+Green+Blue) = 208+174+240=622 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.44% from 622); Green value is 174 (68.36% from 255 or 27.97% from 622); Blue value is 240 (94.14% from 255 or 38.59% from 622); Max value from RGB is 240 - color contains mainly: blue. Hex color #D0AEF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0AEF0 is #2F510F. Grayscale: #BFBFBF. Windows color (decimal): -3100944 or 15773392. OLE color: 15773392.

HSL color Cylindrical-coordinate representation of color #D0AEF0: hue angle of 270.91º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D0AEF0 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 174 240 -
CMYK 0.13 0.28 0 0.06
HSL 270.91º 0.69% 0.81% -
HSV(B) 270.91º 0.28% 0.94% -
XYZ 56.88 49.97 89.09 -
YUV 191.69 155.26 139.63 -
System Red Green Blue C M Y K H S L
Decimal 208 174 240 0.13 0.28 0 0.06 270.91 0.69 0.81
Hex D0 AE F0 D 1C 0 6 10F 45 51
Octal 320 256 360 15 34 0 6 417 105 121
Binary 11010000 10101110 11110000 1101 11100 0 110 100001111 1000101 1010001

Color Harmonies of #D0AEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AEF0

Black with #D0AEF0

Text Example


Text Example

White with #D0AEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AEF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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