#CFA4FE

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

Shades of Mauve #CFA4FE

Tints of Mauve #CFA4FE

Color information

#CFA4FE (or 0xCFA4FE) is unknown color: approx Mauve. HEX triplet: CF, A4 and FE. RGB value is (207,164,254). Sum of RGB (Red+Green+Blue) = 207+164+254=625 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.12% from 625); Green value is 164 (64.45% from 255 or 26.24% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFA4FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA4FE is #305B01. Grayscale: #BABABA. Windows color (decimal): -3169026 or 16688335. OLE color: 16688335.

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

Color convert

RGB207164254-
CMYK0.190.3500.00
HSL268.67º97.83%81.96%-
HSV(B)268.67º35.43%99.61%-
XYZ56.946.9799.83-
YUV187.12165.75142.18-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.12%
GREEN value IS 164 (64.45% from 255) = 26.24%
BLUE value IS 254 (99.61% from 255) = 40.64%
R=33.12%
G=26.24%
B=40.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2071642540.190.3500.00268.6797.8381.96
HexCFA4FE13230010d6252
Octal317244376234300415142122
Binary110011111010010011111110100111000110010000110111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA4FE; }

 p { color: rgb(207,164,254); }

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

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

 a { background-color: rgb(207,164,254); }

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

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

 span { border-color: rgb(207,164,254); }

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