#CFAFF1

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

Shades of Mauve #CFAFF1

Tints of Mauve #CFAFF1

Color information

#CFAFF1 (or 0xCFAFF1) is unknown color: approx Mauve. HEX triplet: CF, AF and F1. RGB value is (207,175,241). Sum of RGB (Red+Green+Blue) = 207+175+241=623 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.23% from 623); Green value is 175 (68.75% from 255 or 28.09% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 241 - color contains mainly: blue. Hex color #CFAFF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAFF1 is #30500E. Grayscale: #BFBFBF. Windows color (decimal): -3166223 or 15839183. OLE color: 15839183.

HSL color Cylindrical-coordinate representation of color #CFAFF1: hue angle of 269.09º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFAFF1 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB207175241-
CMYK0.140.2700.05
HSL269.09º70.21%81.57%-
HSV(B)269.09º27.39%94.51%-
XYZ56.9450.2889.92-
YUV192.09155.6138.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.23%
GREEN value IS 175 (68.75% from 255) = 28.09%
BLUE value IS 241 (94.53% from 255) = 38.68%
R=33.23%
G=28.09%
B=38.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2071752410.140.2700.05269.0970.2181.57
HexCFAFF1E1B0510d4652
Octal317257361163305415106122
Binary110011111010111111110001111011011010110000110110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAFF1; }

 p { color: rgb(207,175,241); }

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

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

 a { background-color: rgb(207,175,241); }

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

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

 span { border-color: rgb(207,175,241); }

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