#CFAFFA

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

Shades of Mauve #CFAFFA

Tints of Mauve #CFAFFA

Color information

#CFAFFA (or 0xCFAFFA) is unknown color: approx Mauve. HEX triplet: CF, AF and FA. RGB value is (207,175,250). Sum of RGB (Red+Green+Blue) = 207+175+250=632 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.75% from 632); Green value is 175 (68.75% from 255 or 27.69% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFAFFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAFFA is #305005. Grayscale: #C0C0C0. Windows color (decimal): -3166214 or 16429007. OLE color: 16429007.

HSL color Cylindrical-coordinate representation of color #CFAFFA: hue angle of 265.6º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFAFFA is Cyan = 0.17, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207175250-
CMYK0.170.300.02
HSL265.6º88.24%83.33%-
HSV(B)265.6º30%98.04%-
XYZ58.3250.8397.18-
YUV193.12160.1137.9-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.75%
GREEN value IS 175 (68.75% from 255) = 27.69%
BLUE value IS 250 (98.05% from 255) = 39.56%
R=32.75%
G=27.69%
B=39.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2071752500.170.300.02265.688.2483.33
HexCFAFFA111E0210a5853
Octal317257372213602412130123
Binary110011111010111111111010100011111001010000101010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAFFA; }

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

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

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

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

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

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

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

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