Html Css Color HEX #DCAEFD Mauve

📋 copy color: '#DCAEFD'

red 220 ◦ green 174 ◦ blue 253

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

Shades of Mauve #DCAEFD

Tints of Mauve #DCAEFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.1%

R = 34%
G = 26.89%
B = 39.1%

CMYK

 C value IS 0.13

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DCAEFD (or 0xDCAEFD) is known color: Mauve. HEX triplet: DC, AE and FD. RGB value is (220,174,253). Sum of RGB (Red+Green+Blue) = 220+174+253=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 174 (68.36% from 255 or 26.89% from 647); Blue value is 253 (99.22% from 255 or 39.10% from 647); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCAEFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAEFD is #235102. Grayscale: #C4C4C4. Windows color (decimal): -2314499 or 16625372. OLE color: 16625372.

HSL color Cylindrical-coordinate representation of color #DCAEFD: hue angle of 274.94º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCAEFD is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 174 253 -
CMYK 0.13 0.31 0 0.01
HSL 274.94º 0.95% 0.84% -
HSV(B) 274.94º 0.31% 0.99% -
XYZ 62.38 52.58 99.79 -
YUV 196.76 159.74 144.58 -
System Red Green Blue C M Y K H S L
Decimal 220 174 253 0.13 0.31 0 0.01 274.94 0.95 0.84
Hex DC AE FD D 1F 0 1 113 5F 54
Octal 334 256 375 15 37 0 1 423 137 124
Binary 11011100 10101110 11111101 1101 11111 0 1 100010011 1011111 1010100

Color Harmonies of #DCAEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAEFD

Black with #DCAEFD

Text Example


Text Example

White with #DCAEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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