#DCAEFF

Color #DCAEFF Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #DCAEFF

Tints of Mauve #DCAEFF

Color information

#DCAEFF (or 0xDCAEFF) is unknown color: approx Mauve. HEX triplet: DC, AE and FF. RGB value is (220,174,255). Sum of RGB (Red+Green+Blue) = 220+174+255=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 174 (68.36% from 255 or 26.81% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCAEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAEFF is #235100. Grayscale: #C4C4C4. Windows color (decimal): -2314497 or 16756444. OLE color: 16756444.

HSL color Cylindrical-coordinate representation of color #DCAEFF: hue angle of 274.07º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCAEFF is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB220174255-
CMYK0.140.3200
HSL274.07º100%84.12%-
HSV(B)274.07º31.76%100%-
XYZ62.752.71101.48-
YUV196.99160.74144.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.90%
GREEN value IS 174 (68.36% from 255) = 26.81%
BLUE value IS 255 (100% from 255) = 39.29%
R=33.90%
G=26.81%
B=39.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2201742550.140.3200274.0710084.12
HexDCAEFFE20001126454
Octal334256377164000422144124
Binary11011100101011101111111111101000000010001001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAEFF; }

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

 H1.HeaderClassName
 {
   color: #DCAEFF;
 }
 .AnyTagClassName
 {
   color: #DCAEFF;
 }
</style>
background-color css

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

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

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

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

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

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