Html Css Color HEX #DCAEFA Mauve

📋 copy color: '#DCAEFA'

red 220 ◦ green 174 ◦ blue 250

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

Shades of Mauve #DCAEFA

Tints of Mauve #DCAEFA

RGB

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

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

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

R = 34.16%
G = 27.02%
B = 38.82%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DCAEFA (or 0xDCAEFA) is known color: Mauve. HEX triplet: DC, AE and FA. RGB value is (220,174,250). Sum of RGB (Red+Green+Blue) = 220+174+250=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 174 (68.36% from 255 or 27.02% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCAEFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAEFA is #235105. Grayscale: #C4C4C4. Windows color (decimal): -2314502 or 16428764. OLE color: 16428764.

HSL color Cylindrical-coordinate representation of color #DCAEFA: hue angle of 276.32º 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 #DCAEFA is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 174 250 -
CMYK 0.12 0.30 0 0.02
HSL 276.32º 0.88% 0.83% -
HSV(B) 276.32º 0.3% 0.98% -
XYZ 61.91 52.39 97.29 -
YUV 196.42 158.24 144.82 -
System Red Green Blue C M Y K H S L
Decimal 220 174 250 0.12 0.30 0 0.02 276.32 0.88 0.83
Hex DC AE FA C 1E 0 2 114 58 53
Octal 334 256 372 14 36 0 2 424 130 123
Binary 11011100 10101110 11111010 1100 11110 0 10 100010100 1011000 1010011

Color Harmonies of #DCAEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAEFA

Black with #DCAEFA

Text Example


Text Example

White with #DCAEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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