Html Css Color HEX #DCAEF1 Mauve

📋 copy color: '#DCAEF1'

red 220 ◦ green 174 ◦ blue 241

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

Shades of Mauve #DCAEF1

Tints of Mauve #DCAEF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 37.95%

R = 34.65%
G = 27.4%
B = 37.95%

CMYK

 C value IS 0.09

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DCAEF1 (or 0xDCAEF1) is known color: Mauve. HEX triplet: DC, AE and F1. RGB value is (220,174,241). Sum of RGB (Red+Green+Blue) = 220+174+241=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 174 (68.36% from 255 or 27.40% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCAEF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAEF1 is #23510E. Grayscale: #C3C3C3. Windows color (decimal): -2314511 or 15838940. OLE color: 15838940.

HSL color Cylindrical-coordinate representation of color #DCAEF1: hue angle of 281.19º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCAEF1 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 174 241 -
CMYK 0.09 0.28 0 0.05
HSL 281.19º 0.71% 0.81% -
HSV(B) 281.19º 0.28% 0.95% -
XYZ 60.53 51.84 90.03 -
YUV 195.39 153.74 145.55 -
System Red Green Blue C M Y K H S L
Decimal 220 174 241 0.09 0.28 0 0.05 281.19 0.71 0.81
Hex DC AE F1 9 1C 0 5 119 47 51
Octal 334 256 361 11 34 0 5 431 107 121
Binary 11011100 10101110 11110001 1001 11100 0 101 100011001 1000111 1010001

Color Harmonies of #DCAEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAEF1

Black with #DCAEF1

Text Example


Text Example

White with #DCAEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAEF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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