#CFAFFF

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

Shades of Mauve #CFAFFF

Tints of Mauve #CFAFFF

Color information

#CFAFFF (or 0xCFAFFF) is unknown color: approx Mauve. HEX triplet: CF, AF and FF. RGB value is (207,175,255). Sum of RGB (Red+Green+Blue) = 207+175+255=637 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.50% from 637); Green value is 175 (68.75% from 255 or 27.47% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFAFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAFFF is #305000. Grayscale: #C1C1C1. Windows color (decimal): -3166209 or 16756687. OLE color: 16756687.

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

Color convert

RGB207175255-
CMYK0.190.3100
HSL264º100%84.31%-
HSV(B)264º31.37%100%-
XYZ59.1151.15101.36-
YUV193.69162.6137.5-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.50%
GREEN value IS 175 (68.75% from 255) = 27.47%
BLUE value IS 255 (100% from 255) = 40.03%
R=32.50%
G=27.47%
B=40.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2071752550.190.310026410084.31
HexCFAFFF131F001086454
Octal317257377233700410144124
Binary11001111101011111111111110011111110010000100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAFFF; }

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

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

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

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

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

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

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

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