#CFAAFC

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

Shades of Mauve #CFAAFC

Tints of Mauve #CFAAFC

Color information

#CFAAFC (or 0xCFAAFC) is unknown color: approx Mauve. HEX triplet: CF, AA and FC. RGB value is (207,170,252). Sum of RGB (Red+Green+Blue) = 207+170+252=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 170 (66.80% from 255 or 27.03% from 629); Blue value is 252 (98.83% from 255 or 40.06% from 629); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFAAFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAAFC is #305503. Grayscale: #BEBEBE. Windows color (decimal): -3167492 or 16558799. OLE color: 16558799.

HSL color Cylindrical-coordinate representation of color #CFAAFC: hue angle of 267.07º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFAAFC is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB207170252-
CMYK0.180.3300.01
HSL267.07º93.18%82.75%-
HSV(B)267.07º32.54%98.82%-
XYZ57.6849.0498.52-
YUV190.41162.76139.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.91%
GREEN value IS 170 (66.80% from 255) = 27.03%
BLUE value IS 252 (98.83% from 255) = 40.06%
R=32.91%
G=27.03%
B=40.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2071702520.180.3300.01267.0793.1882.75
HexCFAAFC12210110b5d53
Octal317252374224101413135123
Binary110011111010101011111100100101000010110000101110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAAFC; }

 p { color: rgb(207,170,252); }

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

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

 a { background-color: rgb(207,170,252); }

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

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

 span { border-color: rgb(207,170,252); }

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