Html Css Color HEX #DCAEF7 Mauve

📋 copy color: '#DCAEF7'

red 220 ◦ green 174 ◦ blue 247

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

Shades of Mauve #DCAEF7

Tints of Mauve #DCAEF7

RGB

 RED value IS 220 (86.33% from 255) = 34.32%

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

 BLUE value IS 247 (96.88% from 255) = 38.53%

R = 34.32%
G = 27.15%
B = 38.53%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DCAEF7 (or 0xDCAEF7) is known color: Mauve. HEX triplet: DC, AE and F7. RGB value is (220,174,247). Sum of RGB (Red+Green+Blue) = 220+174+247=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 174 (68.36% from 255 or 27.15% from 641); Blue value is 247 (96.88% from 255 or 38.53% from 641); Max value from RGB is 247 - color contains mainly: blue. Hex color #DCAEF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAEF7 is #235108. Grayscale: #C3C3C3. Windows color (decimal): -2314505 or 16232156. OLE color: 16232156.

HSL color Cylindrical-coordinate representation of color #DCAEF7: hue angle of 277.81º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCAEF7 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 174 247 -
CMYK 0.11 0.30 0 0.03
HSL 277.81º 0.82% 0.83% -
HSV(B) 277.81º 0.3% 0.97% -
XYZ 61.44 52.2 94.83 -
YUV 196.08 156.74 145.06 -
System Red Green Blue C M Y K H S L
Decimal 220 174 247 0.11 0.30 0 0.03 277.81 0.82 0.83
Hex DC AE F7 B 1E 0 3 116 52 53
Octal 334 256 367 13 36 0 3 426 122 123
Binary 11011100 10101110 11110111 1011 11110 0 11 100010110 1010010 1010011

Color Harmonies of #DCAEF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAEF7

Black with #DCAEF7

Text Example


Text Example

White with #DCAEF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAEF7; }

 p { color: rgb(220,174,247); }

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

background-color css

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

 a { background-color: rgb(220,174,247); }

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

border-color css

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

 span { border-color: rgb(220,174,247); }

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