#DCAFFE

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

Shades of Mauve #DCAFFE

Tints of Mauve #DCAFFE

Color information

#DCAFFE (or 0xDCAFFE) is unknown color: approx Mauve. HEX triplet: DC, AF and FE. RGB value is (220,175,254). Sum of RGB (Red+Green+Blue) = 220+175+254=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 175 (68.75% from 255 or 26.96% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCAFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAFFE is #235001. Grayscale: #C5C5C5. Windows color (decimal): -2314242 or 16691164. OLE color: 16691164.

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

Color convert

RGB220175254-
CMYK0.130.3100.00
HSL274.18º97.53%84.12%-
HSV(B)274.18º31.1%99.61%-
XYZ62.7353.03100.7-
YUV197.46159.91144.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.90%
GREEN value IS 175 (68.75% from 255) = 26.96%
BLUE value IS 254 (99.61% from 255) = 39.14%
R=33.90%
G=26.96%
B=39.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2201752540.130.3100.00274.1897.5384.12
HexDCAFFED1F001126254
Octal334257376153700422142124
Binary1101110010101111111111101101111110010001001011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAFFE; }

 p { color: rgb(220,175,254); }

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

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

 a { background-color: rgb(220,175,254); }

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

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

 span { border-color: rgb(220,175,254); }

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