#CFABFE

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

Shades of Mauve #CFABFE

Tints of Mauve #CFABFE

Color information

#CFABFE (or 0xCFABFE) is unknown color: approx Mauve. HEX triplet: CF, AB and FE. RGB value is (207,171,254). Sum of RGB (Red+Green+Blue) = 207+171+254=632 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.75% from 632); Green value is 171 (67.19% from 255 or 27.06% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFABFE is #305401. Grayscale: #BEBEBE. Windows color (decimal): -3167234 or 16690127. OLE color: 16690127.

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

Color convert

RGB207171254-
CMYK0.190.3300.00
HSL266.02º97.65%83.33%-
HSV(B)266.02º32.68%99.61%-
XYZ58.1849.55100.26-
YUV191.23163.43139.25-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.75%
GREEN value IS 171 (67.19% from 255) = 27.06%
BLUE value IS 254 (99.61% from 255) = 40.19%
R=32.75%
G=27.06%
B=40.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2071712540.190.3300.00266.0297.6583.33
HexCFABFE13210010a6253
Octal317253376234100412142123
Binary110011111010101111111110100111000010010000101011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFABFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFABFE; }

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

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

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

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

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

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

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

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